From 6bd1b5008a4ca4c990b4e7979074116012b0a567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:28:56 +0000 Subject: [PATCH] Update rand_chacha requirement from 0.3 to 0.9 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](https://github.com/rust-random/rand/compare/rand_chacha-0.3.0...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/geo_filters/Cargo.toml | 2 +- crates/string-offsets/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/geo_filters/Cargo.toml b/crates/geo_filters/Cargo.toml index 9c69752..033b1a8 100644 --- a/crates/geo_filters/Cargo.toml +++ b/crates/geo_filters/Cargo.toml @@ -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]] diff --git a/crates/string-offsets/Cargo.toml b/crates/string-offsets/Cargo.toml index fd9b838..8dbdcb1 100644 --- a/crates/string-offsets/Cargo.toml +++ b/crates/string-offsets/Cargo.toml @@ -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"