Skip to content

Commit e406559

Browse files
build(deps): bump uuid from 1.20.0 to 1.21.0 (#1119)
1 parent 2911124 commit e406559

File tree

3 files changed

+196
-7
lines changed

3 files changed

+196
-7
lines changed

Cargo.lock

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

crates/ironrdp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ smallvec = "1.15"
8484
tap = "1"
8585
semver = "1"
8686
raw-window-handle = "0.6"
87-
uuid = { version = "1.20" }
87+
uuid = { version = "1.21" }
8888
x509-cert = { version = "0.2", default-features = false, features = ["std"] }
8989
url = "2"
9090

crates/ironrdp-mstsgu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ log = "0.4"
3535
tokio-tungstenite = { version = "0.28" }
3636
tokio-util = { version = "0.7" }
3737
tokio = { version = "1.43", features = ["macros", "rt"] }
38-
uuid = { version = "1.20", features = ["v4"] }
38+
uuid = { version = "1.21", features = ["v4"] }
3939

4040
[lints]
4141
workspace = true

0 commit comments

Comments
 (0)