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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-02 13:12:43 -07:00 committed by GitHub
parent e86fb16d39
commit ccf5a0e19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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",
] }