Skip to content

Commit 909899e

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/keygen(deps): bump rand from 0.8.5 to 0.9.2 in /tools/ssh_keygen
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7919e76 commit 909899e

File tree

2 files changed

+43
-15
lines changed

2 files changed

+43
-15
lines changed

tools/ssh_keygen/Cargo.lock

Lines changed: 42 additions & 14 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
@@ -9,7 +9,7 @@ license = "MIT"
99
anyhow = "1.0"
1010
clap = { version = "4.0", features = ["derive"] }
1111
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "ecdsa", "rand_core"] }
12-
rand = "0.8"
12+
rand = "0.9"
1313

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

0 commit comments

Comments
 (0)