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 4bd3d0e0b chore(deps): bump rand from 0.10.1 to 0.10.2 (#1933)
4bd3d0e0b is described below
commit 4bd3d0e0b9a7bbe5ec50a7a7d48b6c8a2f8b118f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 14:01:05 2026 +0300
chore(deps): bump rand from 0.10.1 to 0.10.2 (#1933)
Bumps [rand](https://github.com/rust-random/rand) from 0.10.1 to 0.10.2.
- [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.1...0.10.2)
---
updated-dependencies:
- dependency-name: rand
dependency-version: 0.10.2
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 | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 1c136dbe1..fa3e259c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1034,7 +1034,7 @@ dependencies = [
"env_logger",
"futures",
"mimalloc",
- "rand 0.10.1",
+ "rand 0.10.2",
"serde",
"serde_json",
"structopt",
@@ -1103,7 +1103,7 @@ dependencies = [
"parking_lot",
"prost",
"prost-types",
- "rand 0.10.1",
+ "rand 0.10.2",
"rustc_version",
"serde",
"tempfile",
@@ -1200,7 +1200,7 @@ dependencies = [
"prometheus",
"prost",
"prost-types",
- "rand 0.10.1",
+ "rand 0.10.2",
"regex",
"rstest",
"serde",
@@ -3298,7 +3298,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee93edf3c501f0035bbeffeccfed0b79e14c311f12195ec0e661e114a0f60da4"
dependencies = [
"portable-atomic",
- "rand 0.10.1",
+ "rand 0.10.2",
"web-time",
]
@@ -4874,7 +4874,7 @@ dependencies = [
"parking_lot",
"percent-encoding",
"quick-xml",
- "rand 0.10.1",
+ "rand 0.10.2",
"reqwest 0.12.28",
"ring",
"rustls-pki-types",
@@ -5678,9 +5678,9 @@ dependencies = [
[[package]]
name = "rand"
-version = "0.10.1"
+version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
+checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
dependencies = [
"chacha20",
"getrandom 0.4.2",
@@ -6928,7 +6928,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
- "getrandom 0.4.2",
+ "getrandom 0.3.4",
"once_cell",
"rustix 1.1.4",
"windows-sys 0.61.2",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]