From 44ee17e688f36af9721c0ad0311883ead283807f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:08:42 +0000 Subject: [PATCH] Bump rand from 0.9.2 to 0.9.3 in /native 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] --- native/Cargo.lock | 6 +++--- native/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index dd1f130..d28c660 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -483,7 +483,7 @@ dependencies = [ "num", "num_enum", "pomsky-macro", - "rand 0.9.2", + "rand 0.9.3", "rayon", "regex", "thiserror", @@ -677,9 +677,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", diff --git a/native/Cargo.toml b/native/Cargo.toml index 8a6dcdc..a470054 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -18,7 +18,7 @@ num_enum = "0.7.1" derive-debug = "0.1.2" thiserror = "1.0.56" anyhow = { version = "1.0.79" } -rand = "0.9.2" +rand = "0.9.3" pomsky-macro = "0.11.0" regex = "1.10.5" kanal = { version = "0.1.1", features = ["async"] }