Skip to content

Commit be39597

Browse files
chore: Bump rand from 0.8.5 to 0.9.2
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 4dc1a30 commit be39597

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ url = "2.5.4"
4040
sha2 = "0.10.9"
4141
hex = "0.4.3"
4242
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "pkcs8", "pem"] }
43-
rand = { version = "0.8", optional = true }
43+
rand = { version = "0.9", optional = true }
4444

4545
[dev-dependencies]
4646
testcontainers = { version = "0.25.0", features = ["http_wait"] }

0 commit comments

Comments
 (0)