From 01ad74a0abddff72d85e5a4d0c61df2810d5dc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:43:05 +0000 Subject: [PATCH] chore(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 | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 120dc29db223b..c0bbac5161f27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ "miniz_oxide", "num-bigint", "quad-rand", - "rand 0.9.2", + "rand 0.9.4", "regex-lite", "serde", "serde_bytes", @@ -244,7 +244,7 @@ dependencies = [ "arrow-select", "arrow-string", "half", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -1140,7 +1140,7 @@ dependencies = [ "log", "num", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "rustls", "rustls-native-certs", "rustls-pemfile", @@ -1888,7 +1888,7 @@ dependencies = [ "parking_lot", "parquet", "paste", - "rand 0.9.2", + "rand 0.9.4", "rand_distr", "regex", "rstest", @@ -1920,7 +1920,7 @@ dependencies = [ "mimalloc", "object_store", "parquet", - "rand 0.9.2", + "rand 0.9.4", "regex", "serde", "serde_json", @@ -2028,7 +2028,7 @@ dependencies = [ "parquet", "paste", "pyo3", - "rand 0.9.2", + "rand 0.9.4", "recursive", "sqlparser", "tokio", @@ -2070,7 +2070,7 @@ dependencies = [ "itertools 0.14.0", "log", "object_store", - "rand 0.9.2", + "rand 0.9.4", "tempfile", "tokio", "tokio-util", @@ -2217,7 +2217,7 @@ dependencies = [ "nix", "object_store", "prost", - "rand 0.9.2", + "rand 0.9.4", "serde_json", "tempfile", "test-utils", @@ -2245,7 +2245,7 @@ dependencies = [ "object_store", "parking_lot", "parquet", - "rand 0.9.2", + "rand 0.9.4", "tempfile", "url", ] @@ -2331,7 +2331,7 @@ dependencies = [ "log", "md-5", "num-traits", - "rand 0.9.2", + "rand 0.9.4", "regex", "sha2", "tokio", @@ -2357,7 +2357,7 @@ dependencies = [ "half", "log", "paste", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -2370,7 +2370,7 @@ dependencies = [ "datafusion-common", "datafusion-expr-common", "datafusion-physical-expr-common", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -2393,7 +2393,7 @@ dependencies = [ "itertools 0.14.0", "log", "paste", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -2491,7 +2491,7 @@ dependencies = [ "parking_lot", "paste", "petgraph 0.8.3", - "rand 0.9.2", + "rand 0.9.4", "rstest", ] @@ -2570,7 +2570,7 @@ dependencies = [ "log", "parking_lot", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "rstest", "rstest_reuse", "tokio", @@ -2669,7 +2669,7 @@ dependencies = [ "datafusion-expr", "datafusion-functions", "log", - "rand 0.9.2", + "rand 0.9.4", "sha1", "url", ] @@ -4379,7 +4379,7 @@ dependencies = [ "parking_lot", "percent-encoding", "quick-xml", - "rand 0.9.2", + "rand 0.9.4", "reqwest", "ring", "rustls-pemfile", @@ -4746,7 +4746,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.9.2", + "rand 0.9.4", "sha2", "stringprep", ] @@ -5046,7 +5046,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.4", "ring", "rustc-hash", "rustls", @@ -5116,9 +5116,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", @@ -5169,7 +5169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -6260,7 +6260,7 @@ dependencies = [ "chrono-tz", "datafusion-common", "env_logger", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -6472,7 +6472,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand 0.9.2", + "rand 0.9.4", "socket2", "tokio", "tokio-util", @@ -6787,7 +6787,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "rand 0.9.2", + "rand 0.9.4", "web-time", ]