Skip to content

Commit 7f11f28

Browse files
build(deps): bump parking_lot from 0.12.4 to 0.12.5 (#14600)
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 9f5201e commit 7f11f28

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,11 +1605,10 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
16051605

16061606
[[package]]
16071607
name = "lock_api"
1608-
version = "0.4.13"
1608+
version = "0.4.14"
16091609
source = "registry+https://github.com/rust-lang/crates.io-index"
1610-
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1610+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
16111611
dependencies = [
1612-
"autocfg",
16131612
"scopeguard",
16141613
]
16151614

@@ -1782,25 +1781,25 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
17821781

17831782
[[package]]
17841783
name = "parking_lot"
1785-
version = "0.12.4"
1784+
version = "0.12.5"
17861785
source = "registry+https://github.com/rust-lang/crates.io-index"
1787-
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1786+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
17881787
dependencies = [
17891788
"lock_api",
17901789
"parking_lot_core",
17911790
]
17921791

17931792
[[package]]
17941793
name = "parking_lot_core"
1795-
version = "0.9.11"
1794+
version = "0.9.12"
17961795
source = "registry+https://github.com/rust-lang/crates.io-index"
1797-
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1796+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
17981797
dependencies = [
17991798
"cfg-if",
18001799
"libc",
18011800
"redox_syscall",
18021801
"smallvec",
1803-
"windows-targets",
1802+
"windows-link 0.2.0",
18041803
]
18051804

18061805
[[package]]

0 commit comments

Comments
 (0)