From 58aca13a01b0ca2811c6935c5df8948571c35bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 00:35:12 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.45.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 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 ac962ad..3a4affc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b37b99f..2c41220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ lto = true color-eyre = { version = "0.6" } futures = { version = "0.3" } soketto = { version = "0.8" } -tokio = { version = "1.44", features = ["macros", "rt-multi-thread", "sync"] } +tokio = { version = "1.45", features = ["macros", "rt-multi-thread", "sync"] } tokio-tungstenite = { version = "0.26" } tokio-util = { version = "0.7", features = ["compat"] } tokio-websockets = { version = "0.11", features = ["client", "fastrand", "server", "sha1_smol"] }