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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8d4cb86c7 chore(deps): bump parking_lot from 0.12.4 to 0.12.5 in 
/native (#2530)
8d4cb86c7 is described below

commit 8d4cb86c7d7b59007e8645c0735283a7a23b2aa7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 09:28:24 2025 -0400

    chore(deps): bump parking_lot from 0.12.4 to 0.12.5 in /native (#2530)
    
    Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.4 to 
0.12.5.
    - [Release notes](https://github.com/Amanieu/parking_lot/releases)
    - 
[Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/Amanieu/parking_lot/compare/parking_lot-v0.12.4...parking_lot-v0.12.5)
    
    ---
    updated-dependencies:
    - dependency-name: parking_lot
      dependency-version: 0.12.5
      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>
---
 native/Cargo.lock      | 15 +++++++--------
 native/core/Cargo.toml |  2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index c707a7253..9c1dc0783 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -3236,11 +3236,10 @@ checksum = 
"241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 
 [[package]]
 name = "lock_api"
-version = "0.4.13"
+version = "0.4.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
+checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 dependencies = [
- "autocfg",
  "scopeguard",
 ]
 
@@ -3617,9 +3616,9 @@ checksum = 
"f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 
 [[package]]
 name = "parking_lot"
-version = "0.12.4"
+version = "0.12.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
+checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
 dependencies = [
  "lock_api",
  "parking_lot_core",
@@ -3627,15 +3626,15 @@ dependencies = [
 
 [[package]]
 name = "parking_lot_core"
-version = "0.9.11"
+version = "0.9.12"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
+checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
 dependencies = [
  "cfg-if",
  "libc",
  "redox_syscall",
  "smallvec",
- "windows-targets 0.52.6",
+ "windows-link 0.2.0",
 ]
 
 [[package]]
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index a5d11aed6..aa4425c96 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -71,7 +71,7 @@ object_store = { workspace = true }
 url = { workspace = true }
 aws-config = { workspace = true }
 aws-credential-types = { workspace = true }
-parking_lot = "0.12.3"
+parking_lot = "0.12.5"
 datafusion-comet-objectstore-hdfs = { path = "../hdfs", optional = true, 
default-features = false, features = ["hdfs"] }
 reqwest = { version = "0.12", default-features = false, features = 
["rustls-tls-native-roots", "http2"] }
 object_store_opendal = {version = "0.54.0", optional = true}


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

Reply via email to