This is an automated email from the ASF dual-hosted git repository.

martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b1ddccb9 chore(deps): bump rand from 0.10.2 to 0.10.3 (#2485)
1b1ddccb9 is described below

commit 1b1ddccb9e5b9543e38e5452eb04e2ed1963c155
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 08:42:36 2026 +0300

    chore(deps): bump rand from 0.10.2 to 0.10.3 (#2485)
    
    Bumps [rand](https://github.com/rust-random/rand) from 0.10.2 to 0.10.3.
    - [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.10.2...0.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: rand
      dependency-version: 0.10.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index c769639ea..74fc48ba6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1049,7 +1049,7 @@ dependencies = [
  "futures",
  "mimalloc",
  "ordered-float 5.5.0",
- "rand 0.10.2",
+ "rand 0.10.3",
  "serde",
  "serde_json",
  "structopt",
@@ -1133,7 +1133,7 @@ dependencies = [
  "parking_lot",
  "pastey",
  "prost",
- "rand 0.10.2",
+ "rand 0.10.3",
  "rustc_version",
  "serde",
  "tempfile",
@@ -1246,7 +1246,7 @@ dependencies = [
  "parking_lot",
  "prometheus",
  "prost",
- "rand 0.10.2",
+ "rand 0.10.3",
  "regex",
  "rstest",
  "serde",
@@ -3358,7 +3358,7 @@ checksum = 
"ee93edf3c501f0035bbeffeccfed0b79e14c311f12195ec0e661e114a0f60da4"
 dependencies = [
  "futures",
  "portable-atomic",
- "rand 0.10.2",
+ "rand 0.10.3",
  "tokio",
  "web-time",
 ]
@@ -4918,7 +4918,7 @@ dependencies = [
  "parking_lot",
  "percent-encoding",
  "quick-xml",
- "rand 0.10.2",
+ "rand 0.10.3",
  "reqwest 0.12.28",
  "ring",
  "rustls-pki-types",
@@ -5635,7 +5635,7 @@ dependencies = [
  "bytes",
  "getrandom 0.4.3",
  "lru-slab",
- "rand 0.10.2",
+ "rand 0.10.3",
  "rand_pcg",
  "ring",
  "rustc-hash",
@@ -5720,9 +5720,9 @@ dependencies = [
 
 [[package]]
 name = "rand"
-version = "0.10.2"
+version = "0.10.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
+checksum = "65c9fb96cbc91e3478eaae79a69fcd3f1ae4ad052e471fe6732fff548984b4af"
 dependencies = [
  "chacha20",
  "getrandom 0.4.3",
@@ -7595,7 +7595,7 @@ version = "2.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
 dependencies = [
- "rand 0.10.2",
+ "rand 0.9.5",
 ]
 
 [[package]]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to