From c7ebe007a47c3382d2c58e642c23d26f781a41b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:47:40 +0100 Subject: [PATCH] build(deps): bump tokio from 1.39.3 to 1.40.0 (#92) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- actix-hash/Cargo.toml | 2 +- actix-web-lab-derive/Cargo.toml | 2 +- actix-web-lab/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 221de0c2..e5391265 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2244,9 +2244,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/actix-hash/Cargo.toml b/actix-hash/Cargo.toml index 1ec35a4b..0ca2d05b 100644 --- a/actix-hash/Cargo.toml +++ b/actix-hash/Cargo.toml @@ -49,7 +49,7 @@ futures-core = "0.3.17" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } local-channel = "0.1" pin-project-lite = "0.2" -tokio = { version = "1.24.2", features = ["sync", "macros"] } +tokio = { version = "1.40.0", features = ["sync", "macros"] } tracing = { version = "0.1.30", features = ["log"] } blake2 = { package = "blake2", version = "0.10", optional = true } diff --git a/actix-web-lab-derive/Cargo.toml b/actix-web-lab-derive/Cargo.toml index 961d8614..2a0774d7 100644 --- a/actix-web-lab-derive/Cargo.toml +++ b/actix-web-lab-derive/Cargo.toml @@ -30,7 +30,7 @@ actix-test = "0.1" actix-web = "4" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } rustversion = "1" -tokio = { version = "1.24.2", features = ["macros"] } +tokio = { version = "1.40.0", features = ["macros"] } trybuild = "1" [lints] diff --git a/actix-web-lab/Cargo.toml b/actix-web-lab/Cargo.toml index fa5fe239..e2d63616 100644 --- a/actix-web-lab/Cargo.toml +++ b/actix-web-lab/Cargo.toml @@ -75,7 +75,7 @@ serde = "1" serde_html_form = "0.2" serde_json = "1" serde_path_to_error = "0.1" -tokio = { version = "1.24.2", features = ["sync", "macros"] } +tokio = { version = "1.40.0", features = ["sync", "macros"] } tokio-stream = "0.1.1" tracing = { version = "0.1.30", features = ["log"] } @@ -109,7 +109,7 @@ serde = { version = "1", features = ["derive"] } sha2 = "0.10" static_assertions = "1.1" time = { version = "0.3", features = ["formatting"] } -tokio = { version = "1.24.2", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } tokio-util = { version = "0.7", features = ["compat"] } [[example]]