Skip to content

Commit da5acb3

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] <support@github.com>
1 parent dfc85da commit da5acb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ url = "2.5.4"
4141
sha2 = "0.10.9"
4242
hex = "0.4.3"
4343
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "pkcs8", "pem"] }
44-
rand = { version = "0.8", optional = true }
44+
rand = { version = "0.9", optional = true }
4545
polars = { version = "0.44", default-features = false, features = ["lazy", "dtype-datetime"], optional = true }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)