huskies: merge 970

This commit is contained in:
dave
2026-05-13 12:28:37 +00:00
parent 604fb55bd8
commit 40ea100eae
3 changed files with 14 additions and 11 deletions
+3 -3
View File
@@ -46,9 +46,9 @@ wait-timeout = "0.2.1"
bft-json-crdt = { path = "../crates/bft-json-crdt", default-features = false, features = ["bft"] }
source-map-gen = { path = "../crates/source-map-gen" }
ed25519-dalek = { version = "2", features = ["rand_core"] }
fastcrypto = "0.1.8"
rand = "0.9"
indexmap = { version = "2.2.6", features = ["serde"] }
fastcrypto = { workspace = true }
rand = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
[target.'cfg(unix)'.dependencies]
libc = { workspace = true }