chiark / gitweb /
update parking_lot (relaxedly)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 22:27:55 +0000 (23:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 22:29:53 +0000 (23:29 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml

index a0d1b9549d8a4e64146734affedf9316891c2d2b..8cce9a4d46437359e73b3512f363696b6c8e95a6 100644 (file)
@@ -441,7 +441,7 @@ dependencies = [
  "memchr",
  "mime",
  "nix",
- "parking_lot 0.11.2",
+ "parking_lot",
  "pin-project-lite",
  "regex",
  "sha2",
@@ -816,17 +816,6 @@ dependencies = [
  "vcpkg",
 ]
 
-[[package]]
-name = "parking_lot"
-version = "0.11.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
-dependencies = [
- "instant",
- "lock_api",
- "parking_lot_core 0.8.5",
-]
-
 [[package]]
 name = "parking_lot"
 version = "0.12.1"
@@ -834,21 +823,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 dependencies = [
  "lock_api",
- "parking_lot_core 0.9.3",
-]
-
-[[package]]
-name = "parking_lot_core"
-version = "0.8.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
-dependencies = [
- "cfg-if",
- "instant",
- "libc",
- "redox_syscall",
- "smallvec",
- "winapi",
+ "parking_lot_core",
 ]
 
 [[package]]
@@ -1187,7 +1162,7 @@ dependencies = [
  "mio",
  "num_cpus",
  "once_cell",
- "parking_lot 0.12.1",
+ "parking_lot",
  "pin-project-lite",
  "signal-hook-registry",
  "socket2",
index 005aaa6f337cece8809e739e4742ece4630b9ebe..e0653fb6cb8de8fb1bd4f9aa4446440483905558 100644 (file)
@@ -38,7 +38,7 @@ ipnet = "2"
 itertools = "0.10"
 libc = "0.2" # just for EISDIR due to IsADirectory
 mime = "0.3"
-parking_lot = "0.11"
+parking_lot = ">= 0.11, < 0.13"
 regex = "1.5"
 lazy_static = "1.4"
 log = "0.4"