|
@@ -591,12 +591,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "dashmap"
|
|
|
-version = "4.0.2"
|
|
|
+version = "5.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
|
|
+checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"num_cpus",
|
|
|
+ "parking_lot 0.12.1",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -887,7 +888,7 @@ dependencies = [
|
|
|
"lib-infra",
|
|
|
"lib-ot",
|
|
|
"log",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"pin-project",
|
|
|
"protobuf",
|
|
|
"serde",
|
|
@@ -1002,7 +1003,7 @@ dependencies = [
|
|
|
"lib-ws",
|
|
|
"log",
|
|
|
"nanoid",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"protobuf",
|
|
|
"reqwest",
|
|
|
"serde",
|
|
@@ -1061,7 +1062,7 @@ dependencies = [
|
|
|
"lib-log",
|
|
|
"lib-ws",
|
|
|
"log",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"protobuf",
|
|
|
"serde",
|
|
|
"tokio",
|
|
@@ -1085,7 +1086,7 @@ dependencies = [
|
|
|
"lib-ot",
|
|
|
"log",
|
|
|
"md5",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"protobuf",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
@@ -1187,7 +1188,7 @@ dependencies = [
|
|
|
"log",
|
|
|
"nanoid",
|
|
|
"once_cell",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"protobuf",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
@@ -1806,7 +1807,7 @@ dependencies = [
|
|
|
"futures-util",
|
|
|
"lib-infra",
|
|
|
"log",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"paste",
|
|
|
"pin-project",
|
|
|
"protobuf",
|
|
@@ -1843,9 +1844,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
|
[[package]]
|
|
|
name = "lock_api"
|
|
|
-version = "0.4.5"
|
|
|
+version = "0.4.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
|
|
+checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
|
|
dependencies = [
|
|
|
"scopeguard",
|
|
|
]
|
|
@@ -2126,7 +2127,17 @@ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
dependencies = [
|
|
|
"instant",
|
|
|
"lock_api",
|
|
|
- "parking_lot_core",
|
|
|
+ "parking_lot_core 0.8.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "parking_lot"
|
|
|
+version = "0.12.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+ "parking_lot_core 0.9.3",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2143,6 +2154,19 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "parking_lot_core"
|
|
|
+version = "0.9.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "redox_syscall 0.2.10",
|
|
|
+ "smallvec",
|
|
|
+ "windows-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "parse-zoneinfo"
|
|
|
version = "0.3.0"
|
|
@@ -2526,7 +2550,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
|
|
dependencies = [
|
|
|
"log",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"scheduled-thread-pool",
|
|
|
]
|
|
|
|
|
@@ -2804,7 +2828,7 @@ version = "0.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
|
|
dependencies = [
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2947,7 +2971,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
|
|
|
dependencies = [
|
|
|
"lazy_static",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"serial_test_derive",
|
|
|
]
|
|
|
|
|
@@ -3241,7 +3265,7 @@ dependencies = [
|
|
|
"mio",
|
|
|
"num_cpus",
|
|
|
"once_cell",
|
|
|
- "parking_lot",
|
|
|
+ "parking_lot 0.11.2",
|
|
|
"pin-project-lite",
|
|
|
"signal-hook-registry",
|
|
|
"tokio-macros",
|
|
@@ -3766,6 +3790,49 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.36.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_msvc",
|
|
|
+ "windows_i686_gnu",
|
|
|
+ "windows_i686_msvc",
|
|
|
+ "windows_x86_64_gnu",
|
|
|
+ "windows_x86_64_msvc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.36.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.36.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.36.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.36.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.36.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "winreg"
|
|
|
version = "0.7.0"
|