Skip to content

Commit 7c00a3e

Browse files
rust/keygen(deps): bump rand_core in /tools/ssh_keygen (#87)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0c2ecb commit 7c00a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ssh_keygen/Cargo.lock

Lines changed: 1 addition & 1 deletion
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.5", features = ["derive"] }
1111
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "ecdsa", "rand_core"] }
1212
rand = "0.9"
13-
rand_core = "0.6"
13+
rand_core = "0.9"
1414

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

0 commit comments

Comments
 (0)