Skip to content

Commit 84fdc17

Browse files
chore(deps): bump rand_chacha from 0.3.1 to 0.9.0
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 to 0.9.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_chacha-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8dff19b commit 84fdc17

File tree

2 files changed

+82
-12
lines changed

2 files changed

+82
-12
lines changed

Cargo.lock

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

timsquery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing-chrome = "0.7.2"
1414

1515
# These are only used for benchmarks
1616
rand = { version = "0.8.5", optional = true }
17-
rand_chacha = { version = "0.3.1", optional = true }
17+
rand_chacha = { version = "0.9.0", optional = true }
1818

1919
# Workspace-inherited deps
2020
clap = { workspace = true, features = ["derive"], optional = true }

0 commit comments

Comments
 (0)