Skip to content

Commit

Permalink
Update rand_chacha requirement from 0.3 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_chacha](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_chacha-0.3.0...0.9.0)

---
updated-dependencies:
- dependency-name: rand_chacha
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4b41c26 commit 6bd1b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/geo_filters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ regex = { version = "1", optional = true }
criterion = "0.5"
geo_filters = { path = ".", features = ["evaluation"] }
rand = "0.8"
rand_chacha = "0.3"
rand_chacha = "0.9"
rayon = "1.7"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/string-offsets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ categories = ["algorithms", "data-structures", "text-processing", "development-t

[dev-dependencies]
rand = "0.8"
rand_chacha = "0.3"
rand_chacha = "0.9"

0 comments on commit 6bd1b50

Please sign in to comment.