From 028af6b509b684e70eb3bd9b9372bcc6a2bd87c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 14:11:50 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.4 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 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 3da8565..18701b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5739,7 +5739,7 @@ dependencies = [ "orion-sec", "orion-variate", "orion_conf", - "rand 0.9.4", + "rand 0.10.1", "reqwest", "rustls", "semver", diff --git a/Cargo.toml b/Cargo.toml index d94e974..2a99686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ clap = { version = "4.5", features = ["derive"] } uuid = { version = "1.19", features = ["v4"] } once_cell = "1.21" shadow-rs = { version = "1.6.0", default-features = false } -rand = "0.9" +rand = "0.10" rustls = "0.23" tokio-rustls = "0.26"