Skip to content

Commit 7ecc6c9

Browse files
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](rust-random/rand@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] <[email protected]>
1 parent 7d706c5 commit 7ecc6c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devolutions-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ devolutions-gateway-task = { path = "../crates/devolutions-gateway-task" }
2222
devolutions-log = { path = "../crates/devolutions-log" }
2323
futures = "0.3"
2424
parking_lot = "0.12"
25-
rand = "0.8" # FIXME(@CBenoit): maybe we don’t need this crate
25+
rand = "0.9" # FIXME(@CBenoit): maybe we don’t need this crate
2626
rustls-pemfile = "2.2" # FIXME(@CBenoit): maybe we don’t need this crate
2727
serde_json = "1"
2828
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)