Skip to content

Commit 0597bc7

Browse files
build(deps): bump parking_lot_core from 0.9.0 to 0.9.1 (#1511)
Bumps [parking_lot_core](https://github.com/Amanieu/parking_lot) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@0.9.0...core-0.9.1) --- updated-dependencies: - dependency-name: parking_lot_core dependency-type: indirect 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 0ae6b1a commit 0597bc7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,9 +1875,9 @@ dependencies = [
18751875

18761876
[[package]]
18771877
name = "parking_lot_core"
1878-
version = "0.9.0"
1878+
version = "0.9.1"
18791879
source = "registry+https://github.com/rust-lang/crates.io-index"
1880-
checksum = "b2f4f894f3865f6c0e02810fc597300f34dc2510f66400da262d8ae10e75767d"
1880+
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
18811881
dependencies = [
18821882
"cfg-if",
18831883
"libc",
@@ -2884,9 +2884,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
28842884

28852885
[[package]]
28862886
name = "windows-sys"
2887-
version = "0.29.0"
2887+
version = "0.32.0"
28882888
source = "registry+https://github.com/rust-lang/crates.io-index"
2889-
checksum = "ceb069ac8b2117d36924190469735767f0990833935ab430155e71a44bafe148"
2889+
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
28902890
dependencies = [
28912891
"windows_aarch64_msvc",
28922892
"windows_i686_gnu",
@@ -2897,33 +2897,33 @@ dependencies = [
28972897

28982898
[[package]]
28992899
name = "windows_aarch64_msvc"
2900-
version = "0.29.0"
2900+
version = "0.32.0"
29012901
source = "registry+https://github.com/rust-lang/crates.io-index"
2902-
checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"
2902+
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
29032903

29042904
[[package]]
29052905
name = "windows_i686_gnu"
2906-
version = "0.29.0"
2906+
version = "0.32.0"
29072907
source = "registry+https://github.com/rust-lang/crates.io-index"
2908-
checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"
2908+
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
29092909

29102910
[[package]]
29112911
name = "windows_i686_msvc"
2912-
version = "0.29.0"
2912+
version = "0.32.0"
29132913
source = "registry+https://github.com/rust-lang/crates.io-index"
2914-
checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"
2914+
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
29152915

29162916
[[package]]
29172917
name = "windows_x86_64_gnu"
2918-
version = "0.29.0"
2918+
version = "0.32.0"
29192919
source = "registry+https://github.com/rust-lang/crates.io-index"
2920-
checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"
2920+
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
29212921

29222922
[[package]]
29232923
name = "windows_x86_64_msvc"
2924-
version = "0.29.0"
2924+
version = "0.32.0"
29252925
source = "registry+https://github.com/rust-lang/crates.io-index"
2926-
checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"
2926+
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
29272927

29282928
[[package]]
29292929
name = "winreg"

0 commit comments

Comments
 (0)