From ccf5a0e19f075be8cd380baa8d204503afc0b497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:12:43 -0700 Subject: [PATCH] Bump tokio from 1.43.0 to 1.45.1 (#6598) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a228bb479..67dc126fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2379,9 +2379,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7be785bdd..0139a422e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ time = { version = "0.3.10", features = [ "macros", "wasm-bindgen", ] } -tokio = { version = "1.0", default-features = false, features = [ +tokio = { version = "1.45", default-features = false, features = [ "macros", "time", ] }