From 8a1aff909f46dabf0f687741c34d0b716c610790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 01:12:50 +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 | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06a33cdc..0ede5a51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1669,7 +1669,7 @@ checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3" dependencies = [ "crc", "digest 0.10.7", - "rand 0.9.2", + "rand 0.9.4", "regex", "rustversion", ] @@ -1967,7 +1967,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.111", ] [[package]] @@ -3243,7 +3243,7 @@ dependencies = [ "fuel-streams-types", "hex", "pretty_assertions", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "thiserror 2.0.17", @@ -3263,7 +3263,7 @@ dependencies = [ "fuel-data-parser", "hex", "pretty_assertions", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "serde_urlencoded", @@ -6418,7 +6418,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.4", "ring 0.17.14", "rustc-hash 2.1.1", "rustls 0.23.35", @@ -6478,9 +6478,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", @@ -7932,7 +7932,7 @@ dependencies = [ "fuel-web-utils", "futures", "pretty_assertions", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_bytes", "serde_json", @@ -9602,7 +9602,7 @@ dependencies = [ "nohash-hasher", "parking_lot", "pin-project", - "rand 0.9.2", + "rand 0.9.4", "static_assertions", "web-time", ] diff --git a/Cargo.toml b/Cargo.toml index 57495dd6..8fd8198d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ fuel-streams-types = { version = "0.0.34", path = "crates/types" } fuel-web-utils = { version = "0.0.34", path = "crates/web-utils" } hex = "0.4.3" pretty_assertions = "1.4.1" -rand = "0.9.0" +rand = "0.9.3" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" serde_urlencoded = "0.7.1"