mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
build(deps): bump tokio from 1.46.1 to 1.47.0 (#893)
This commit is contained in:
Generated
+4
-4
@@ -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]]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user