From 94a726163cae5859066668b585c200464f183cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:36:51 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8 to 0.9 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aca2c42866a9f..ed3db9d42fce0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,7 +1764,7 @@ dependencies = [ "parking_lot", "parquet", "paste", - "rand 0.8.5", + "rand 0.9.0", "rand_distr", "regex", "rstest", @@ -1795,7 +1795,7 @@ dependencies = [ "mimalloc", "object_store", "parquet", - "rand 0.8.5", + "rand 0.9.0", "serde", "serde_json", "snmalloc-rs", @@ -1891,7 +1891,7 @@ dependencies = [ "parquet", "paste", "pyo3", - "rand 0.8.5", + "rand 0.9.0", "recursive", "sqlparser", "tokio", @@ -1930,7 +1930,7 @@ dependencies = [ "itertools 0.14.0", "log", "object_store", - "rand 0.8.5", + "rand 0.9.0", "tempfile", "tokio", "tokio-util", @@ -1983,7 +1983,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "rand 0.8.5", + "rand 0.9.0", "tempfile", "url", ] @@ -2059,7 +2059,7 @@ dependencies = [ "itertools 0.14.0", "log", "md-5", - "rand 0.8.5", + "rand 0.9.0", "regex", "sha2", "tokio", @@ -2085,7 +2085,7 @@ dependencies = [ "half", "log", "paste", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] @@ -2098,7 +2098,7 @@ dependencies = [ "datafusion-common", "datafusion-expr-common", "datafusion-physical-expr-common", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] @@ -2119,7 +2119,7 @@ dependencies = [ "itertools 0.14.0", "log", "paste", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] @@ -2213,7 +2213,7 @@ dependencies = [ "log", "paste", "petgraph", - "rand 0.8.5", + "rand 0.9.0", "rstest", ] @@ -2275,7 +2275,7 @@ dependencies = [ "log", "parking_lot", "pin-project-lite", - "rand 0.8.5", + "rand 0.9.0", "rstest", "rstest_reuse", "tokio", @@ -5882,7 +5882,7 @@ dependencies = [ "chrono-tz", "datafusion-common", "env_logger", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d0710113d47bd..f9d1c544f4beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ pbjson = { version = "0.7.0" } pbjson-types = "0.7" # Should match arrow-flight's version of prost. prost = "0.13.1" -rand = "0.8.5" +rand = "0.9.0" recursive = "0.1.1" regex = "1.8" rstest = "0.24.0"