Skip to content

Commit a10e251

Browse files
chore(deps): update rand requirement from 0.9.2 to 0.10.1
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.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 16a8ed0 commit a10e251

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ utils = ["rand"]
2121
all = ["trie", "utils"]
2222

2323
[dependencies]
24-
rand = { version = "0.9.2", optional = true }
24+
rand = { version = "0.10.1", optional = true }
2525

2626
[dev-dependencies]
2727
criterion = "0.8.0"
28-
rand = "0.9.2"
28+
rand = "0.10.1"
2929
tokenizers = "0.22.0"
3030

3131
[[bench]]

0 commit comments

Comments
 (0)