Skip to content

Commit 87d138d

Browse files
Update rand_core requirement from 0.6.4 to 0.9.0 in /qmdb
Updates the requirements on [rand_core](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.6.4...rand_core-0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 956ce8f commit 87d138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ byteorder = "1.5.0"
2323
xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh3"] }
2424
threadpool = "1.8.1"
2525
atomptr = "1.4.1"
26-
rand_core = { version = "0.6.4", features = ["getrandom"] }
26+
rand_core = { version = "0.9.0", features = ["getrandom"] }
2727
time = "0.3.36"
2828
rayon = "1.10.0"
2929
dashmap = "6.0.0-rc.1"

0 commit comments

Comments
 (0)