From 6db92ce6d167d1b443eefed2036381083dcc0c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:38:37 -0400 Subject: [PATCH] Bump tokio from 1.40.0 to 1.41.0 in /rustclient/lib (#253) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rustclient/lib/Cargo.lock | 4 ++-- rustclient/lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rustclient/lib/Cargo.lock b/rustclient/lib/Cargo.lock index a6fe14c..7efcf81 100644 --- a/rustclient/lib/Cargo.lock +++ b/rustclient/lib/Cargo.lock @@ -853,9 +853,9 @@ dependencies = [ [[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/rustclient/lib/Cargo.toml b/rustclient/lib/Cargo.toml index 9f840da..4b5a7c5 100644 --- a/rustclient/lib/Cargo.toml +++ b/rustclient/lib/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] tonic = "0.12.3" prost = "0.13.3" -tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] } futures = "0.3.31" async-stream = "0.3.6"