Skip to content

Commit 5d513dc

Browse files
build(deps): bump tokio from 1.46.1 to 1.47.0 (#893)
1 parent 07b1e13 commit 5d513dc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ native-tls = ["dep:tokio-native-tls", "dep:x509-cert", "tokio/io-util"]
2222
stub = []
2323

2424
[dependencies]
25-
tokio = { version = "1.44" }
25+
tokio = { version = "1.47" }
2626
x509-cert = { version = "0.2", default-features = false, features = ["std"], optional = true }
2727
tokio-native-tls = { version = "0.3", optional = true } # public
2828
tokio-rustls = { version = "0.26", optional = true } # public

0 commit comments

Comments
 (0)