From 51e66e41e1d9d6269a8338d55e92e3467827b145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 22:00:16 +0000 Subject: [PATCH] build(deps): bump rand in the crypto group across 1 directory Bumps the crypto group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.0 - [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.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.0 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 d2ba878cb..e1266d3a2 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"] }