mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Bump parking_lot from 0.11.0 to 0.11.2
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.2. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.0...0.11.2) --- updated-dependencies: - dependency-name: parking_lot dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3b807fc594
commit
12dad1f60a
1 changed files with 13 additions and 13 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
@ -1998,7 +1998,7 @@ dependencies = [
|
||||||
"gfx-hal",
|
"gfx-hal",
|
||||||
"libloading 0.6.1",
|
"libloading 0.6.1",
|
||||||
"log",
|
"log",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"range-alloc",
|
"range-alloc",
|
||||||
"raw-window-handle 0.3.3",
|
"raw-window-handle 0.3.3",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
|
@ -2057,7 +2057,7 @@ dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"metal 0.20.0",
|
"metal 0.20.0",
|
||||||
"objc",
|
"objc",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"range-alloc",
|
"range-alloc",
|
||||||
"raw-window-handle 0.3.3",
|
"raw-window-handle 0.3.3",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
|
@ -3087,7 +3087,7 @@ dependencies = [
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -3132,7 +3132,7 @@ dependencies = [
|
||||||
"mitochondria",
|
"mitochondria",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"quickcheck",
|
"quickcheck",
|
||||||
"range",
|
"range",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -3174,7 +3174,7 @@ dependencies = [
|
||||||
"metrics",
|
"metrics",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -3218,7 +3218,7 @@ dependencies = [
|
||||||
"metrics",
|
"metrics",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"script",
|
"script",
|
||||||
|
@ -3852,7 +3852,7 @@ dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"malloc_size_of",
|
"malloc_size_of",
|
||||||
"malloc_size_of_derive",
|
"malloc_size_of_derive",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"serde",
|
"serde",
|
||||||
"size_of_test",
|
"size_of_test",
|
||||||
"webrender_api",
|
"webrender_api",
|
||||||
|
@ -4416,9 +4416,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parking_lot"
|
name = "parking_lot"
|
||||||
version = "0.11.0"
|
version = "0.11.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"instant",
|
"instant",
|
||||||
"lock_api",
|
"lock_api",
|
||||||
|
@ -5263,7 +5263,7 @@ dependencies = [
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"phf 0.8.0",
|
"phf 0.8.0",
|
||||||
"phf_codegen 0.8.0",
|
"phf_codegen 0.8.0",
|
||||||
|
@ -5326,7 +5326,7 @@ dependencies = [
|
||||||
"metrics",
|
"metrics",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"script_traits",
|
"script_traits",
|
||||||
|
@ -6215,7 +6215,7 @@ dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"owning_ref",
|
"owning_ref",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"precomputed-hash",
|
"precomputed-hash",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -7424,7 +7424,7 @@ dependencies = [
|
||||||
"gfx-hal",
|
"gfx-hal",
|
||||||
"gfx-memory",
|
"gfx-memory",
|
||||||
"naga",
|
"naga",
|
||||||
"parking_lot 0.11.0",
|
"parking_lot 0.11.2",
|
||||||
"ron 0.6.0",
|
"ron 0.6.0",
|
||||||
"serde",
|
"serde",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue