Skip to content

Commit 8d4cb86

Browse files
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](Amanieu/parking_lot@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>
1 parent 685dda9 commit 8d4cb86

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

native/Cargo.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ object_store = { workspace = true }
7171
url = { workspace = true }
7272
aws-config = { workspace = true }
7373
aws-credential-types = { workspace = true }
74-
parking_lot = "0.12.3"
74+
parking_lot = "0.12.5"
7575
datafusion-comet-objectstore-hdfs = { path = "../hdfs", optional = true, default-features = false, features = ["hdfs"] }
7676
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"] }
7777
object_store_opendal = {version = "0.54.0", optional = true}

0 commit comments

Comments
 (0)