From 8ac0f0d7ac5bd62cf7d159862b372374317af80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:04:38 +0000 Subject: [PATCH] build(deps): bump tokio from 1.40.0 to 1.41.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- integration/awskms/Cargo.toml | 2 +- integration/gcpkms/Cargo.toml | 2 +- testing/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5381c01f..fb9a11c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2713,9 +2713,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/integration/awskms/Cargo.toml b/integration/awskms/Cargo.toml index 45ff29d5..508cbadd 100644 --- a/integration/awskms/Cargo.toml +++ b/integration/awskms/Cargo.toml @@ -20,4 +20,4 @@ rusoto_credential = "^0.48" rusoto_kms = "^0.48" tink-core = "^0.2" # Match the version of tokio required by rusoto_* v0.46.0 -tokio = "^1.16" +tokio = "^1.41" diff --git a/integration/gcpkms/Cargo.toml b/integration/gcpkms/Cargo.toml index 57ecca1f..08a065ed 100644 --- a/integration/gcpkms/Cargo.toml +++ b/integration/gcpkms/Cargo.toml @@ -23,5 +23,5 @@ percent-encoding = "^2.3" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0.120" tink-core = "^0.2" -tokio = "^1.16" +tokio = "^1.41" yup-oauth2 = "^5.1" diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 0e177085..015d58c1 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -29,7 +29,7 @@ tink-proto = "^0.2" tink-signature = "^0.2" tink-streaming-aead = "^0.2" tink-tests = "^0.2" -tokio = { version = "^1.16", features = [ +tokio = { version = "^1.41", features = [ "macros", "rt-multi-thread", "signal",