Skip to content

Commit e434074

Browse files
build(deps): bump the crypto group across 1 directory with 2 updates
Bumps the crypto group with 2 updates in the / directory: [rand](https://github.com/rust-random/rand) and [picky](https://github.com/Devolutions/picky-rs). Updates `rand` from 0.8.5 to 0.9.1 - [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...rand_core-0.9.1) Updates `picky` from 7.0.0-rc.15 to 7.0.0-rc.16 - [Changelog](https://github.com/Devolutions/picky-rs/blob/master/release.toml) - [Commits](Devolutions/picky-rs@picky-v7.0.0-rc.15...picky-v7.0.0-rc.16) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: picky dependency-version: 7.0.0-rc.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crypto ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c7e076 commit e434074

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devolutions-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
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"] }

devolutions-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dunce = "1.0"
6565
bitflags = "2.9"
6666

6767
# Security, crypto…
68-
picky = { version = "7.0.0-rc.15", default-features = false, features = ["jose", "x509", "pkcs12", "time_conversion"] }
68+
picky = { version = "7.0.0-rc.16", default-features = false, features = ["jose", "x509", "pkcs12", "time_conversion"] }
6969
zeroize = { version = "1.8", features = ["derive"] }
7070
multibase = "0.9"
7171
argon2 = { version = "0.5", features = ["std"] }

0 commit comments

Comments
 (0)