From f6fee40c3a05de56dc0b109257f2e3327dcb55a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:51:54 +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 | 22 +++++++++++----------- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 716e0cf10386..1be42a4e33bb 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", @@ -1888,7 +1888,7 @@ dependencies = [ "parquet", "paste", "pyo3", - "rand 0.8.5", + "rand 0.9.0", "recursive", "sqlparser", "tokio", @@ -1927,7 +1927,7 @@ dependencies = [ "itertools 0.14.0", "log", "object_store", - "rand 0.8.5", + "rand 0.9.0", "tempfile", "tokio", "tokio-util", @@ -1980,7 +1980,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "rand 0.8.5", + "rand 0.9.0", "tempfile", "url", ] @@ -2056,7 +2056,7 @@ dependencies = [ "itertools 0.14.0", "log", "md-5", - "rand 0.8.5", + "rand 0.9.0", "regex", "sha2", "tokio", @@ -2082,7 +2082,7 @@ dependencies = [ "half", "log", "paste", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] @@ -2095,7 +2095,7 @@ dependencies = [ "datafusion-common", "datafusion-expr-common", "datafusion-physical-expr-common", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] @@ -2116,7 +2116,7 @@ dependencies = [ "itertools 0.14.0", "log", "paste", - "rand 0.8.5", + "rand 0.9.0", ] [[package]] @@ -2210,7 +2210,7 @@ dependencies = [ "log", "paste", "petgraph", - "rand 0.8.5", + "rand 0.9.0", "rstest", ] @@ -2273,7 +2273,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 b6098a636954..1b51e9248095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ pbjson-types = "0.7" # Should match arrow-flight's version of prost. prost = "0.13.1" prost-derive = "0.13.1" -rand = "0.8.5" +rand = "0.9.0" recursive = "0.1.1" regex = "1.8" rstest = "0.24.0"