aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2023-10-29 20:30:01 +0100
committerFxQnLr <[email protected]>2023-10-29 20:30:01 +0100
commit84c32953ae5f52be44af4b48381747f55cb04f4a (patch)
tree6b7ffd4d7ac7b89bb9bf169be7ba6d266f79d650 /Cargo.lock
parent0cca10290d089aabac8f2e4356cfaf80f06ae194 (diff)
downloadwebol-84c32953ae5f52be44af4b48381747f55cb04f4a.tar
webol-84c32953ae5f52be44af4b48381747f55cb04f4a.tar.gz
webol-84c32953ae5f52be44af4b48381747f55cb04f4a.zip
impl dashmap
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2650edc..a60c07d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -309,6 +309,19 @@ dependencies = [
309] 309]
310 310
311[[package]] 311[[package]]
312name = "dashmap"
313version = "5.5.3"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
316dependencies = [
317 "cfg-if",
318 "hashbrown 0.14.2",
319 "lock_api",
320 "once_cell",
321 "parking_lot_core",
322]
323
324[[package]]
312name = "data-encoding" 325name = "data-encoding"
313version = "2.4.0" 326version = "2.4.0"
314source = "registry+https://github.com/rust-lang/crates.io-index" 327source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2189,6 +2202,7 @@ dependencies = [
2189 "axum", 2202 "axum",
2190 "axum-macros", 2203 "axum-macros",
2191 "config", 2204 "config",
2205 "dashmap",
2192 "once_cell", 2206 "once_cell",
2193 "serde", 2207 "serde",
2194 "serde_json", 2208 "serde_json",