From d0fd0951ed577d92ae60e6bce394ebb0149359ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 11:39:17 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.36.0 to 1.38.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.38.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- bililive/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b404423..8b3c2be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2647,9 +2647,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.36.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", @@ -2666,9 +2666,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", diff --git a/bililive/Cargo.toml b/bililive/Cargo.toml index caa7e8b..229dafd 100644 --- a/bililive/Cargo.toml +++ b/bililive/Cargo.toml @@ -32,11 +32,11 @@ serde = "1.0" serde_json = "1.0" stream-reconnect = { version = "0.4.0-beta.4", default-features = false } thiserror = "1.0" -tokio = { version = "1.36", optional = true } +tokio = { version = "1.38", optional = true } url = { version = "2.5", features = ["serde"] } [dev-dependencies] async-std = { version = "1.12", features = ["attributes"] } pretty_env_logger = "0.5" -tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] } tokio-test = "0.4" \ No newline at end of file