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

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d670b14 Bump parking_lot from 0.12.4 to 0.12.5 (#1406)
4d670b14 is described below

commit 4d670b14752a26c4d117e46617fd18db44e98a87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 9 15:30:16 2025 +0800

    Bump parking_lot from 0.12.4 to 0.12.5 (#1406)
    
    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>
---
 Cargo.lock | 15 +++++++--------
 Cargo.toml |  2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 79f53f4d..d87744d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2482,11 +2482,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",
 ]
 
@@ -2821,9 +2820,9 @@ checksum = 
"384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d"
 
 [[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",
@@ -2831,15 +2830,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 1.15.1",
- "windows-targets 0.52.6",
+ "windows-link 0.2.0",
 ]
 
 [[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 2874d7ca..6e2e1e21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,7 +94,7 @@ num = "0.4.2"
 object_store = "0.12.4"
 once_cell = "1.21.3"
 panic-message = "0.3.0"
-parking_lot = "0.12.4"
+parking_lot = "0.12.5"
 paste = "1.0.15"
 procfs = "0.17.0"
 prost = "0.14.1"

Reply via email to