diff --git a/Cargo.lock b/Cargo.lock index dac85fa0bad3c..24c16a4a873c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ "miniz_oxide", "num-bigint", "quad-rand", - "rand 0.9.2", + "rand 0.9.4", "regex-lite", "serde", "serde_bytes", @@ -259,7 +259,7 @@ dependencies = [ "arrow-select", "arrow-string", "half", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -1899,7 +1899,7 @@ dependencies = [ "parking_lot", "parquet", "paste", - "rand 0.9.2", + "rand 0.9.4", "rand_distr", "regex", "rstest", @@ -1931,7 +1931,7 @@ dependencies = [ "mimalloc", "object_store", "parquet", - "rand 0.9.2", + "rand 0.9.4", "regex", "serde", "serde_json", @@ -2040,7 +2040,7 @@ dependencies = [ "parquet", "paste", "pyo3", - "rand 0.9.2", + "rand 0.9.4", "recursive", "sqlparser", "tokio", @@ -2083,7 +2083,7 @@ dependencies = [ "log", "object_store", "parquet", - "rand 0.9.2", + "rand 0.9.4", "tempfile", "tokio", "tokio-util", @@ -2192,7 +2192,7 @@ dependencies = [ "object_store", "parking_lot", "parquet", - "rand 0.9.2", + "rand 0.9.4", "tokio", ] @@ -2222,7 +2222,7 @@ dependencies = [ "nix", "object_store", "prost", - "rand 0.9.2", + "rand 0.9.4", "serde_json", "tempfile", "test-utils", @@ -2250,7 +2250,7 @@ dependencies = [ "object_store", "parking_lot", "parquet", - "rand 0.9.2", + "rand 0.9.4", "tempfile", "url", ] @@ -2331,7 +2331,7 @@ dependencies = [ "itertools 0.14.0", "log", "md-5", - "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]] @@ -2392,7 +2392,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.2", - "rand 0.9.2", + "rand 0.9.4", "rstest", ] @@ -2573,7 +2573,7 @@ dependencies = [ "log", "parking_lot", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "rstest", "rstest_reuse", "tempfile", @@ -2672,7 +2672,7 @@ dependencies = [ "datafusion-functions", "datafusion-macros", "log", - "rand 0.9.2", + "rand 0.9.4", "sha1", "url", "xxhash-rust", @@ -4439,7 +4439,7 @@ dependencies = [ "parking_lot", "percent-encoding", "quick-xml", - "rand 0.9.2", + "rand 0.9.4", "reqwest", "ring", "rustls-pemfile", @@ -4804,7 +4804,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.9.2", + "rand 0.9.4", "sha2", "stringprep", ] @@ -5135,7 +5135,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.4", "ring", "rustc-hash 2.1.1", "rustls", @@ -5205,9 +5205,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", @@ -5258,7 +5258,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]] @@ -6366,7 +6366,7 @@ dependencies = [ "chrono-tz", "datafusion-common", "env_logger", - "rand 0.9.2", + "rand 0.9.4", ] [[package]] @@ -6581,7 +6581,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand 0.9.2", + "rand 0.9.4", "socket2 0.5.10", "tokio", "tokio-util",