Skip to content

Commit 089a2f5

Browse files
Bump rand from 0.9.2 to 0.10.0 in /quickwit
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.0. - [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 1c43154 commit 089a2f5

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

quickwit/Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pulsar = { version = "6.6", default-features = false, features = [
198198
] }
199199
quick_cache = "0.6.18"
200200
quote = "1.0"
201-
rand = "0.9"
201+
rand = "0.10"
202202
rand_distr = "0.5"
203203
rayon = "1.11"
204204
rdkafka = { version = "0.38", default-features = false, features = [

0 commit comments

Comments
 (0)