|
@@ -1094,14 +1094,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "parking_lot_core"
|
|
|
-version = "0.8.2"
|
|
|
+version = "0.8.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
|
|
|
+checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
|
|
dependencies = [
|
|
|
"cfg-if 1.0.0",
|
|
|
"instant",
|
|
|
"libc",
|
|
|
- "redox_syscall 0.1.57",
|
|
|
+ "redox_syscall",
|
|
|
"smallvec",
|
|
|
"winapi 0.3.9",
|
|
|
]
|
|
@@ -1424,12 +1424,6 @@ dependencies = [
|
|
|
"rand_core 0.6.1",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.1.57"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "redox_syscall"
|
|
|
version = "0.2.4"
|
|
@@ -1747,7 +1741,7 @@ dependencies = [
|
|
|
"cfg-if 1.0.0",
|
|
|
"libc",
|
|
|
"rand 0.8.1",
|
|
|
- "redox_syscall 0.2.4",
|
|
|
+ "redox_syscall",
|
|
|
"remove_dir_all",
|
|
|
"winapi 0.3.9",
|
|
|
]
|