From 58d28df47afc3dae9fadfa286e78e3142dc8984a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:33:01 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.9.2 to 0.10.2 Updates the requirements on [rand](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_core-0.9.2...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad3b9c0..5255aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,11 @@ utils = ["rand"] all = ["trie", "utils"] [dependencies] -rand = { version = "0.9.2", optional = true } +rand = { version = "0.10.2", optional = true } [dev-dependencies] criterion = "0.8.0" -rand = "0.9.2" +rand = "0.10.2" tokenizers = "0.23.1" [[bench]]