Skip to content

Commit 423b5c0

Browse files
build(deps): bump parking_lot from 0.12.3 to 0.12.4 (linkerd#3943)
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.3 to 0.12.4. - [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.12.3...parking_lot-v0.12.4) --- updated-dependencies: - dependency-name: parking_lot dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a17238 commit 423b5c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14501450
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
14511451
dependencies = [
14521452
"cfg-if",
1453-
"windows-targets 0.48.5",
1453+
"windows-targets 0.52.6",
14541454
]
14551455

14561456
[[package]]
@@ -3211,9 +3211,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
32113211

32123212
[[package]]
32133213
name = "parking_lot"
3214-
version = "0.12.3"
3214+
version = "0.12.4"
32153215
source = "registry+https://github.com/rust-lang/crates.io-index"
3216-
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
3216+
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
32173217
dependencies = [
32183218
"lock_api",
32193219
"parking_lot_core",

0 commit comments

Comments
 (0)