diff --git a/Cargo.lock b/Cargo.lock index d8a02aa66..26d3fc138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1438,7 +1438,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -1562,7 +1562,7 @@ dependencies = [ "notify-debouncer-mini", "parking_lot", "quinn", - "rand 0.8.6", + "rand 0.10.1", "rcgen", "reqwest", "rustls 0.23.40", diff --git a/devolutions-agent/Cargo.toml b/devolutions-agent/Cargo.toml index 4a09d0aff..a2073be33 100644 --- a/devolutions-agent/Cargo.toml +++ b/devolutions-agent/Cargo.toml @@ -31,7 +31,7 @@ http-client-proxy = { path = "../crates/http-client-proxy" } ipnetwork = "0.20" parking_lot = "0.12" quinn = "0.11" -rand = "0.8" # FIXME(@CBenoit): maybe we don't need this crate +rand = "0.10" # FIXME(@CBenoit): maybe we don't need this crate rcgen = { version = "0.13", features = ["pem"] } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2", "socks", "json"] } rustls = { version = "0.23", default-features = false, features = ["std", "ring"] }