diff --git a/Cargo.lock b/Cargo.lock index ab7b664a7..6066aaf2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,7 +1051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 2.0.100", + "syn 1.0.109", ] [[package]] @@ -1141,7 +1141,7 @@ dependencies = [ "ironrdp", "notify-debouncer-mini", "parking_lot", - "rand 0.8.5", + "rand 0.9.0", "reqwest", "rustls-pemfile 2.2.0", "serde", diff --git a/devolutions-agent/Cargo.toml b/devolutions-agent/Cargo.toml index 3d05697b5..ec18f0f4f 100644 --- a/devolutions-agent/Cargo.toml +++ b/devolutions-agent/Cargo.toml @@ -22,7 +22,7 @@ devolutions-gateway-task = { path = "../crates/devolutions-gateway-task" } devolutions-log = { path = "../crates/devolutions-log" } futures = "0.3" parking_lot = "0.12" -rand = "0.8" # FIXME(@CBenoit): maybe we don’t need this crate +rand = "0.9" # FIXME(@CBenoit): maybe we don’t need this crate rustls-pemfile = "2.2" # FIXME(@CBenoit): maybe we don’t need this crate serde_json = "1" serde = { version = "1", features = ["derive"] }