Skip to content

Commit 1a460c8

Browse files
build(deps): bump the crypto group across 1 directory with 3 updates
Bumps the crypto group with 3 updates in the / directory: [rand](https://github.com/rust-random/rand), [rand_core](https://github.com/rust-random/rand) and [rand_chacha](https://github.com/rust-random/rand). 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 `rand_core` from 0.6.4 to 0.9.3 - [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/commits) Updates `rand_chacha` from 0.3.1 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@rand_chacha-0.3.1...0.9.0) --- 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: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: rand_chacha 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 af8ac1b commit 1a460c8

File tree

3 files changed

+52
-23
lines changed

3 files changed

+52
-23
lines changed

Cargo.lock

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

picky-krb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ crypto = "0.5"
2828
aes = "0.8"
2929
des = "0.8"
3030
cbc = "0.1"
31-
rand = "0.8"
31+
rand = "0.9"
3232

3333
uuid = { version = "1.17", default-features = false, features = ["serde"] }
3434
oid = "0.2"

picky/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ reqwest = { version = "0.12", default-features = false, features = ["blocking"],
4545
# These should be updated as soon as possible.
4646
# /!\ ===================================== /!\
4747

48-
rand = "0.8"
49-
rand_core = "0.6"
48+
rand = "0.9"
49+
rand_core = "0.9"
5050
num-bigint-dig = "0.8"
5151

5252
ed25519-dalek = { version = "2", features = ["hazmat", "rand_core"] }
@@ -83,7 +83,7 @@ ring = "0.17"
8383
rstest = "0.25"
8484
expect-test = "1"
8585
tempfile = "3.13"
86-
rand_chacha = "0.3"
86+
rand_chacha = "0.9"
8787
picky-test-data = { path = "../picky-test-data", version = "0.1" }
8888

8989
[features]

0 commit comments

Comments
 (0)