build(deps): bump tokio from 1.46.1 to 1.47.0 (#893)

This commit is contained in:
dependabot[bot]
2025-07-30 10:08:47 +00:00
committed by GitHub
parent 07b1e13d69
commit 5d513dcf09
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -5425,9 +5425,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.46.1"
version = "1.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
dependencies = [
"backtrace",
"bytes",
@@ -5438,9 +5438,9 @@ dependencies = [
"pin-project-lite",
"signal-hook-registry",
"slab",
"socket2 0.5.10",
"socket2 0.6.0",
"tokio-macros",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
+1 -1
View File
@@ -22,7 +22,7 @@ native-tls = ["dep:tokio-native-tls", "dep:x509-cert", "tokio/io-util"]
stub = []
[dependencies]
tokio = { version = "1.44" }
tokio = { version = "1.47" }
x509-cert = { version = "0.2", default-features = false, features = ["std"], optional = true }
tokio-native-tls = { version = "0.3", optional = true } # public
tokio-rustls = { version = "0.26", optional = true } # public