From 7483ed7b459ecd8fd3b055cfb6e36322ea51f893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:37:10 +0000 Subject: [PATCH] deps: bump tokio from 1.46.0 to 1.46.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.0 to 1.46.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.0...tokio-1.46.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 19bed6a8b..0e7202283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4968,9 +4968,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.46.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2d628fbbf..b93c3d238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ thiserror = { version = "2.0.12" } tracing = { version = "0.1.41" } tracing-futures = { features = ["futures-03"], version = "0.2.5" } -tokio = { default-features = false, version = "1.46.0" } +tokio = { default-features = false, version = "1.46.1" } tokio-stream = { default-features = false, version = "0.1.17" } tokio-util = { default-features = false, version = "0.7.15" } unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }