Skip to content

Commit 737a903

Browse files
chore: Bump rand from 0.8.5 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.10.1. - [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...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4b645f commit 737a903

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -41,7 +41,7 @@ url = "2.5.4"
4141
sha2 = "0.11.0"
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.10", 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)