From ee6f017bbf0e7ea4febafb061ce19b20074efea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:20:18 +0000 Subject: [PATCH] build(deps): bump rand from 0.9.2 to 0.9.3 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79be01e..73735a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ dependencies = [ "imageproc", "openssl", "poise", - "rand 0.9.2", + "rand 0.9.3", "reqwest", "rusttype", "serde", @@ -1882,7 +1882,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -1936,9 +1936,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -3044,7 +3044,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "rustls", "rustls-pki-types", "sha1", diff --git a/Cargo.toml b/Cargo.toml index d5866bc..6172622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ dotenv = "0.15" image = "0.25.6" imageproc = "0.25.0" poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next" } -rand = "0.9.1" +rand = "0.9.3" reqwest = { version = "0.12", features = ["json", "rustls-tls", "trust-dns"] } rusttype = "0.9.3" serde = { version = "1.0", features = ["derive"] }