From 3c9a24cbb0ba53a903f2f78c083d1db4b59c94ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:49:28 +0000 Subject: [PATCH] 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 | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e03e8055..6f861acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ "enumflags2", "futures-channel", "futures-util", - "rand 0.9.2", + "rand 0.9.4", "raw-window-handle 0.6.2", "serde", "serde_repr", @@ -1248,7 +1248,7 @@ dependencies = [ "log", "nix", "pathdiff", - "rand 0.9.2", + "rand 0.9.4", "reqwest", "rustyscript", "serde", @@ -1771,7 +1771,7 @@ dependencies = [ "objc", "objc_id", "percent-encoding", - "rand 0.9.2", + "rand 0.9.4", "rfd 0.17.2", "rustc-hash 2.1.1", "serde", @@ -4262,7 +4262,7 @@ dependencies = [ "hyper-util", "log", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "regex", "serde_json", "serde_urlencoded", @@ -5213,7 +5213,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.4", "ring", "rustc-hash 2.1.1", "rustls", @@ -5287,9 +5287,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -5811,7 +5811,7 @@ dependencies = [ "calamine", "commonwl", "pathdiff", - "rand 0.9.2", + "rand 0.9.4", "repository", "rstest", "semver", @@ -5870,7 +5870,7 @@ dependencies = [ "keyring", "pathdiff", "petgraph", - "rand 0.9.2", + "rand 0.9.4", "reana", "remote_execution", "repository", @@ -7578,7 +7578,7 @@ dependencies = [ "httparse", "log", "native-tls", - "rand 0.9.2", + "rand 0.9.4", "rustls", "sha1", "thiserror 2.0.17", diff --git a/Cargo.toml b/Cargo.toml index 79e6162b..e08f8c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.149" serde_yaml = "0.9.34-deprecated" shlex = "1.3.0" -rand = "0.9.2" +rand = "0.9.3" reqwest = { version = "0.12.25", features = [ "json", "blocking",