aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-27 17:33:14 +0000
committerGitHub <noreply@github.com>2023-02-27 17:33:14 +0000
commit12dad1f60a4724ccee30697d6f78985d4b181821 (patch)
treef4f7ad9972dc4b907d15c0bc562c61cbd016e83e /Cargo.lock
parent3b807fc5943bd5f6b5a2e194d02b37988e27ebaf (diff)
downloadservo-12dad1f60a4724ccee30697d6f78985d4b181821.tar.gz
servo-12dad1f60a4724ccee30697d6f78985d4b181821.zip
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 11877b5d3a7..c0633e9ab23 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1998,7 +1998,7 @@ dependencies = [
"gfx-hal",
"libloading 0.6.1",
"log",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"range-alloc",
"raw-window-handle 0.3.3",
"smallvec",
@@ -2057,7 +2057,7 @@ dependencies = [
"log",
"metal 0.20.0",
"objc",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"range-alloc",
"raw-window-handle 0.3.3",
"smallvec",
@@ -3087,7 +3087,7 @@ dependencies = [
"msg",
"net_traits",
"num-traits",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"profile_traits",
"range",
"rayon",
@@ -3132,7 +3132,7 @@ dependencies = [
"mitochondria",
"msg",
"net_traits",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"quickcheck",
"range",
"rayon",
@@ -3174,7 +3174,7 @@ dependencies = [
"metrics",
"msg",
"net_traits",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"profile_traits",
"range",
"rayon",
@@ -3218,7 +3218,7 @@ dependencies = [
"metrics",
"msg",
"net_traits",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"profile_traits",
"range",
"script",
@@ -3852,7 +3852,7 @@ dependencies = [
"lazy_static",
"malloc_size_of",
"malloc_size_of_derive",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"serde",
"size_of_test",
"webrender_api",
@@ -4416,9 +4416,9 @@ dependencies = [
[[package]]
name = "parking_lot"
-version = "0.11.0"
+version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
+checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
@@ -5263,7 +5263,7 @@ dependencies = [
"msg",
"net_traits",
"num-traits",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"percent-encoding",
"phf 0.8.0",
"phf_codegen 0.8.0",
@@ -5326,7 +5326,7 @@ dependencies = [
"metrics",
"msg",
"net_traits",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"profile_traits",
"range",
"script_traits",
@@ -6215,7 +6215,7 @@ dependencies = [
"num-traits",
"num_cpus",
"owning_ref",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"precomputed-hash",
"rayon",
"regex",
@@ -7424,7 +7424,7 @@ dependencies = [
"gfx-hal",
"gfx-memory",
"naga",
- "parking_lot 0.11.0",
+ "parking_lot 0.11.2",
"ron 0.6.0",
"serde",
"smallvec",