Cargo.lock
This commit is contained in:
Luna Yao
2026-05-14 02:37:16 +02:00
parent 743ec3c95e
commit e31fee1a6d
3 changed files with 5 additions and 8 deletions
+2 -3
View File
@@ -74,9 +74,10 @@ async-trait = "0.1.74"
maplit = "1.0.2"
dashmap = "6.0"
moka = { version = "0.12", features = ["future"] }
timedmap = "=1.0.1"
moka = { version = "0.12", features = ["future"] }
# for full-path zero-copy
zerocopy = { version = "0.7.32", features = ["derive", "simd"] }
bytes = "1.5.0"
@@ -176,8 +177,6 @@ petgraph = "0.8.1"
ordered_hash_map = "0.5.0"
indexmap = "2.13.1"
moka = { version = "0.12.13", features = ["future"] }
# for wireguard
boringtun = { package = "boringtun-easytier", version = "0.6.1", optional = true }