Skip to content

Commit 8bf140f

Browse files
build(deps): bump tokio from 1.51.1 to 1.52.1 (#1223)
1 parent 9019707 commit 8bf140f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/ironrdp-mstsgu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ironrdp-tls = { path = "../ironrdp-tls", version = "0.2" }
3535
log = "0.4"
3636
tokio-tungstenite = { version = "0.28" }
3737
tokio-util = { version = "0.7" }
38-
tokio = { version = "1.51", features = ["macros", "rt"] }
38+
tokio = { version = "1.52", features = ["macros", "rt"] }
3939
uuid = { version = ">=1.16, <1.21", features = ["v4"] } # Pinned below 1.21: uuid 1.21+ needs getrandom 0.4 -> rand_core 0.10 (stable), which conflicts with picky rc.22's pinned rand_core = "=0.10.0-rc-3". Remove this pin when picky ships with stable RustCrypto deps.
4040

4141
[lints]

crates/ironrdp-tls/Cargo.toml

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

2525
[dependencies]
26-
tokio = { version = "1.51" }
26+
tokio = { version = "1.52" }
2727
x509-cert = { version = "0.2", default-features = false, features = ["std"], optional = true } # public
2828
tokio-native-tls = { version = "0.3", optional = true } # public
2929
tokio-rustls = { version = "0.26", optional = true } # public

0 commit comments

Comments
 (0)