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

milenkovicm 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 6aec115b chore(deps): bump ring from 0.17.8 to 0.17.14 in /python 
(#1206)
6aec115b is described below

commit 6aec115b18f83de200d15287c417d57238225644
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 21:46:09 2025 +0000

    chore(deps): bump ring from 0.17.8 to 0.17.14 in /python (#1206)
    
    Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.14.
    - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
    - [Commits](https://github.com/briansmith/ring/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ring
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 python/Cargo.lock | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/python/Cargo.lock b/python/Cargo.lock
index 17987147..20648f08 100644
--- a/python/Cargo.lock
+++ b/python/Cargo.lock
@@ -648,6 +648,8 @@ dependencies = [
 [[package]]
 name = "ballista"
 version = "43.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "d1db1b0161d06f18ee9d67cb640ca55b66a1abff3846582f44088f8c6689da58"
 dependencies = [
  "async-trait",
  "ballista-core",
@@ -662,6 +664,8 @@ dependencies = [
 [[package]]
 name = "ballista-core"
 version = "43.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "0692757892874379c9dfd1fbc0c84abc1490d43e753cf3a18882f46adcc43393"
 dependencies = [
  "arrow-flight",
  "async-trait",
@@ -677,8 +681,6 @@ dependencies = [
  "md-5",
  "prost",
  "prost-types",
- "pyo3",
- "pyo3-log",
  "rand",
  "rustc_version",
  "serde",
@@ -692,6 +694,8 @@ dependencies = [
 [[package]]
 name = "ballista-executor"
 version = "43.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "335206c011b08435e446a35abb81ff8ed4fe87d3c155de3053669d59f704a00d"
 dependencies = [
  "arrow",
  "arrow-flight",
@@ -720,6 +724,8 @@ dependencies = [
 [[package]]
 name = "ballista-scheduler"
 version = "43.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "e542a86166227591e805e2a9af02aa185f4032951be6cc37b68ceeb22a94808b"
 dependencies = [
  "arrow-flight",
  "async-trait",
@@ -3359,15 +3365,14 @@ dependencies = [
 
 [[package]]
 name = "ring"
-version = "0.17.8"
+version = "0.17.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
+checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
 dependencies = [
  "cc",
  "cfg-if",
  "getrandom",
  "libc",
- "spin",
  "untrusted",
  "windows-sys 0.52.0",
 ]
@@ -3700,12 +3705,6 @@ dependencies = [
  "windows-sys 0.52.0",
 ]
 
-[[package]]
-name = "spin"
-version = "0.9.8"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
-
 [[package]]
 name = "sqlparser"
 version = "0.51.0"


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

Reply via email to