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:
parent
e86fb16d39
commit
ccf5a0e19f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user