huskies: merge 925

This commit is contained in:
dave
2026-05-12 18:28:42 +00:00
parent 7660a460a5
commit f9f16d6a14
10 changed files with 187 additions and 344 deletions
+5 -5
View File
@@ -15,15 +15,15 @@ bft = []
[dependencies]
bft-crdt-derive = { path = "bft-crdt-derive" }
colored = "2.0.0"
colored = "3"
fastcrypto = "0.1.9"
indexmap = { version = "2.2.6", features = ["serde"] }
rand = "0.8"
random_color = "0.6.1"
rand = "0.9"
random_color = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
serde_with = "3.18"
sha2 = "0.10.6"
serde_with = "3"
sha2 = "0.11"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }