Skip to content

Commit f7e4e9e

Browse files
chore(deps): update rand requirement from 0.9.2 to 0.10.0
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb12066 commit f7e4e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ thiserror = { version = "2.0.18", default-features = false }
1818
tinyvec = { version = "1.10.0", default-features = false, features = ["alloc"] }
1919

2020
[dev-dependencies]
21-
rand = "0.9.2"
21+
rand = "0.10.0"

0 commit comments

Comments
 (0)