fix(deps): update rust crate tokio to v1.45.0 (#1952)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
ty
2025-05-06 23:29:07 +08:00
committed by GitHub
parent cc4b6adfbd
commit bb13288248

25
Cargo.lock generated
View File

@@ -1441,7 +1441,7 @@ dependencies = [
"tokio-rustls",
"tracing",
"url",
"webpki-roots",
"webpki-roots 0.26.10",
]
[[package]]
@@ -1467,7 +1467,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tracing",
"webpki-roots",
"webpki-roots 0.26.10",
]
[[package]]
@@ -1577,7 +1577,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tower-service",
"webpki-roots",
"webpki-roots 0.26.10",
]
[[package]]
@@ -1995,7 +1995,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@@ -2934,7 +2934,7 @@ dependencies = [
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"webpki-roots 0.26.10",
"windows-registry",
]
@@ -3485,7 +3485,7 @@ dependencies = [
"tokio-rustls",
"trait-variant",
"tun",
"webpki-roots",
"webpki-roots 1.0.0",
"windows-sys 0.59.0",
"zstd",
]
@@ -3872,9 +3872,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.44.2"
version = "1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
dependencies = [
"backtrace",
"bytes",
@@ -4329,6 +4329,15 @@ dependencies = [
"rustls-pki-types",
]
[[package]]
name = "webpki-roots"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "widestring"
version = "1.2.0"