From 75c212a48140d9273bb216b568f1c2dedc50131a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:09:07 +0000 Subject: [PATCH] Bump tokio from 1.39.2 to 1.40.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- python_wrapper/Cargo.toml | 2 +- wspr_cdk_server/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 839f9fc..cd12c79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,9 +1840,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6cf7518..921db3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ dotenv = "0.15.0" reqwest = { version = "0.12.5", features = ["json"] } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.128" -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } # Strip symbols from the binary. # [profile.release] diff --git a/python_wrapper/Cargo.toml b/python_wrapper/Cargo.toml index 94ce747..c773f71 100644 --- a/python_wrapper/Cargo.toml +++ b/python_wrapper/Cargo.toml @@ -12,4 +12,4 @@ crate-type = ["cdylib"] wspr_cdk = { path = "../" } pyo3 = { version = "0.20.0", features = ["extension-module"] } pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] } -tokio = "1.39" +tokio = "1.40" diff --git a/wspr_cdk_server/Cargo.toml b/wspr_cdk_server/Cargo.toml index 7f654af..848742a 100644 --- a/wspr_cdk_server/Cargo.toml +++ b/wspr_cdk_server/Cargo.toml @@ -13,4 +13,4 @@ dotenv = "0.15.0" rocket = { version = "0.5.1", features = ["json"] } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.128" -tokio = { version = "1.39.2", features = ["full"] } \ No newline at end of file +tokio = { version = "1.40.0", features = ["full"] } \ No newline at end of file