huskies: merge 1027

This commit is contained in:
dave
2026-05-14 11:34:31 +00:00
parent 3f2ded13a8
commit 4fad283814
3 changed files with 6 additions and 5 deletions
-4
View File
@@ -10,7 +10,6 @@ async-trait = { workspace = true }
bytes = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
chrono-tz = { workspace = true }
eventsource-stream = { workspace = true }
futures = { workspace = true }
homedir = { workspace = true }
ignore = { workspace = true }
@@ -28,8 +27,6 @@ sha2 = { workspace = true }
hmac = { workspace = true }
subtle = { workspace = true }
base64 = { workspace = true }
serde_yaml = { workspace = true }
strip-ansi-escapes = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "sync", "process"] }
toml = { workspace = true }
uuid = { workspace = true, features = ["v4", "serde"] }
@@ -47,7 +44,6 @@ bft-json-crdt = { path = "../crates/bft-json-crdt", default-features = false, fe
source-map-gen = { path = "../crates/source-map-gen" }
ed25519-dalek = { workspace = true }
rand = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
[target.'cfg(unix)'.dependencies]
libc = { workspace = true }