From da5acb3b8d6a2209cc01825a78f19337117a36d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:32:37 +0000 Subject: [PATCH] chore: Bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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/0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1e1a69..e15ef3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,7 +776,7 @@ dependencies = [ "hex", "jsonschema", "polars", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a7c32be..797c8be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ url = "2.5.4" sha2 = "0.10.9" hex = "0.4.3" ed25519-dalek = { version = "2.2.0", features = ["rand_core", "pkcs8", "pem"] } -rand = { version = "0.8", optional = true } +rand = { version = "0.9", optional = true } polars = { version = "0.44", default-features = false, features = ["lazy", "dtype-datetime"], optional = true } [dev-dependencies]