Merge pull request #1103 from wasmerio/dependabot/cargo/parking_lot-0.10.0

Bump parking_lot from 0.9.0 to 0.10.0
This commit is contained in:
Syrus Akbary 2019-12-30 11:30:11 +01:00 committed by GitHub
commit d408831ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
Cargo.lock generated
View File

@ -558,7 +558,7 @@ dependencies = [
"libc",
"llvm-sys",
"once_cell",
"parking_lot 0.10.0",
"parking_lot",
"regex",
]
@ -827,17 +827,6 @@ dependencies = [
"md5",
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
"lock_api",
"parking_lot_core 0.6.2",
"rustc_version",
]
[[package]]
name = "parking_lot"
version = "0.10.0"
@ -845,22 +834,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
dependencies = [
"lock_api",
"parking_lot_core 0.7.0",
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"rustc_version",
"smallvec 0.6.13",
"winapi",
"parking_lot_core",
]
[[package]]
@ -1787,7 +1761,7 @@ dependencies = [
"libc",
"nix",
"page_size",
"parking_lot 0.9.0",
"parking_lot",
"rustc_version",
"serde",
"serde-bench",