From dfebd2c859f725ea8c7e314484d89a8bc4b9acd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:59:10 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.6 to 0.10.1 in the crypto group Bumps the crypto group with 1 update: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.6 to 0.10.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- devolutions-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }