From 849fe0e407844060522cc1005865b7ce8be05003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:56:37 +0000 Subject: [PATCH] fix(deps): bump tokio from 1.41.0 to 1.42.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.42.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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13cfe99f..11d74d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2369,9 +2369,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 89deafc2..8d50b59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ anyhow = { version = "1.0", features = ["backtrace"] } async-trait = "0.1" tower = { version = "0.4", features = ["full"] } -tokio = { version = "1.41", features = ["full"] } +tokio = { version = "1.42", features = ["full"] } tokio-util = { version = "0.7", features = ["codec"] } tokio-stream = { version = "0.1", features = ["sync"] } futures = "0.3"