From 2558d0f43caec3abd36f6943f7acf0e91560e9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:14:29 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.9.2 to 0.10.1 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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 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..7cd8011 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.1", optional = true } [dev-dependencies] criterion = "0.8.0" -rand = "0.9.2" +rand = "0.10.1" tokenizers = "0.23.1" [[bench]]