huskies: merge 970
This commit is contained in:
+3
-3
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user