From 53cc20217e6f974e066d78c238d1aae90601660f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:54:29 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.9.2 to 0.10.0 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.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 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 64a16d3..d5c8996 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.0", optional = true } [dev-dependencies] criterion = "0.8.0" -rand = "0.9.2" +rand = "0.10.0" tokenizers = "0.22.0" [[bench]]