From dbef798fab95f3cb7369836e89a0c04984f4c396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:32:41 +0000 Subject: [PATCH] Bump tokio from 1.41.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/burn-remote/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c2694102a..677683674d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6951,9 +6951,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7fbca03c1c..f180103fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ strum_macros = "0.26.4" syn = { version = "2.0.82", features = ["full", "extra-traits"] } tempfile = "3.14.0" thiserror = "1.0.67" -tokio = { version = "1.40.0", features = ["rt", "macros"] } +tokio = { version = "1.41.1", features = ["rt", "macros"] } tracing-appender = "0.2.3" tracing-core = "0.1.32" tracing-subscriber = "0.3.18" diff --git a/crates/burn-remote/Cargo.toml b/crates/burn-remote/Cargo.toml index 920843fff8..bd660805b9 100644 --- a/crates/burn-remote/Cargo.toml +++ b/crates/burn-remote/Cargo.toml @@ -28,7 +28,7 @@ derive-new = {workspace = true } log = { workspace = true } # Shared dependencies -tokio = { version = "1.37", features = ["rt-multi-thread"] } +tokio = { version = "1.41", features = ["rt-multi-thread"] } serde = { workspace = true, features = ["derive"] } serde_bytes = { workspace = true } rmp-serde = { workspace = true }