Skip to content

Commit dea4c68

Browse files
rust/keygen(deps): bump rand_core in /tools/ssh_keygen
Bumps [rand_core](https://github.com/rust-random/rand) 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) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2eea594 commit dea4c68

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

tools/ssh_keygen/Cargo.lock

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

tools/ssh_keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0"
1010
clap = { version = "4.0", features = ["derive"] }
1111
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "ecdsa", "rand_core"] }
1212
rand = "0.8"
13-
rand_core = "0.6"
13+
rand_core = "0.9"
1414

1515
[dev-dependencies]
1616
tempfile = "3.0"

0 commit comments

Comments
 (0)