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 4b2a8d4a2 chore(deps): bump rand from 0.10.1 to 0.10.2 in /python
(#1928)
4b2a8d4a2 is described below
commit 4b2a8d4a2f809889be4169e4e1e110ddf7cbdd27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 14:01:47 2026 +0300
chore(deps): bump rand from 0.10.1 to 0.10.2 in /python (#1928)
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>
---
python/Cargo.lock | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/python/Cargo.lock b/python/Cargo.lock
index a2e441b2c..717a38cd0 100644
--- a/python/Cargo.lock
+++ b/python/Cargo.lock
@@ -520,7 +520,7 @@ dependencies = [
"parking_lot",
"prost",
"prost-types",
- "rand 0.10.1",
+ "rand 0.10.2",
"rustc_version",
"serde",
"tokio",
@@ -580,7 +580,7 @@ dependencies = [
"parking_lot",
"prost",
"prost-types",
- "rand 0.10.1",
+ "rand 0.10.2",
"serde",
"tokio",
"tokio-stream",
@@ -2806,7 +2806,7 @@ dependencies = [
"parking_lot",
"percent-encoding",
"quick-xml",
- "rand 0.10.1",
+ "rand 0.10.2",
"reqwest",
"ring",
"rustls-pki-types",
@@ -3331,9 +3331,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",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]