From e368de55a768b10812f0540872f44e6e4e77bafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:22:31 +0000 Subject: [PATCH] chore(deps): Bump rand from 0.8.4 to 0.8.6 in /rust/cubestore Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.4...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/cubestore/Cargo.lock | 34 ++++++++++------------------- rust/cubestore/cubestore/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/rust/cubestore/Cargo.lock b/rust/cubestore/Cargo.lock index a2c007a67309e..e0f9a50f606f7 100644 --- a/rust/cubestore/Cargo.lock +++ b/rust/cubestore/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ "lexical-core", "multiversion", "num 0.4.0", - "rand 0.8.4", + "rand 0.8.6", "regex", "serde", "serde_derive", @@ -1207,7 +1207,7 @@ dependencies = [ "pin-project", "pin-project-lite 0.2.14", "pretty_assertions", - "rand 0.8.4", + "rand 0.8.6", "rdkafka", "regex", "reqwest 0.12.5", @@ -1343,7 +1343,7 @@ dependencies = [ "parquet", "paste", "pin-project-lite 0.2.14", - "rand 0.8.4", + "rand 0.8.6", "regex", "serde", "serde_derive", @@ -2321,7 +2321,7 @@ dependencies = [ "lazy_static", "libc", "mio 0.8.11", - "rand 0.8.4", + "rand 0.8.6", "serde", "tempfile", "uuid 1.3.0", @@ -2832,7 +2832,7 @@ dependencies = [ "chrono", "mysql_common", "nom 5.1.2", - "rand 0.8.4", + "rand 0.8.6", "time 0.2.7", "tokio", ] @@ -3333,7 +3333,7 @@ dependencies = [ "lz4", "num-bigint 0.4.3", "parquet-format 4.0.0", - "rand 0.8.4", + "rand 0.8.6", "serde", "sha3", "snap", @@ -3429,7 +3429,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" dependencies = [ "phf_shared", - "rand 0.8.4", + "rand 0.8.6", ] [[package]] @@ -3708,7 +3708,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" dependencies = [ "bytes 1.6.0", - "rand 0.8.4", + "rand 0.8.6", "ring 0.17.8", "rustc-hash 2.0.0", "rustls", @@ -3774,14 +3774,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.3", - "rand_hc 0.3.1", ] [[package]] @@ -3865,15 +3864,6 @@ dependencies = [ "rand_core 0.5.1", ] -[[package]] -name = "rand_hc" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" -dependencies = [ - "rand_core 0.6.3", -] - [[package]] name = "rand_isaac" version = "0.1.1" @@ -5275,7 +5265,7 @@ dependencies = [ "httparse", "log", "native-tls", - "rand 0.8.4", + "rand 0.8.6", "sha1 0.10.6", "thiserror", "url", @@ -5289,7 +5279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if 1.0.0", - "rand 0.8.4", + "rand 0.7.3", "static_assertions", ] diff --git a/rust/cubestore/cubestore/Cargo.toml b/rust/cubestore/cubestore/Cargo.toml index eb95829a83138..6b36330b6be8e 100644 --- a/rust/cubestore/cubestore/Cargo.toml +++ b/rust/cubestore/cubestore/Cargo.toml @@ -60,7 +60,7 @@ rust-s3 = { git = "https://github.com/cube-js/rust-s3.git", branch = "cubestore- deadqueue = "0.2.4" reqwest = { version = "0.12.5", features = ["json", "rustls-tls", "stream", "http2"], default-features = false } nanoid = "0.3.0" -rand = "0.8.0" +rand = "0.8.6" parquet-format = "=2.6.1" hex = "0.4.2" cloud-storage = "0.7.0"