From 9c017322eb1b4ca763bf7f1220d83af17655d66b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 05:07:47 +0000 Subject: [PATCH] chore(deps): Bump tokio from 1.46.0 to 1.46.1 in the cargo-updates group Bumps the cargo-updates group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `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 dependency-group: cargo-updates ... 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 162d4bc..6bc4399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,9 +1153,9 @@ dependencies = [ [[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 53589ce..9ccb323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ env_logger = "0.11.6" log = "0.4.27" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -tokio = { version = "1.46.0", features = ["full"] } +tokio = { version = "1.46.1", features = ["full"] } warp = { version = "0.3.7", features = ["tls"] }