huskies: merge 1181 refactor Dependency freshness sweep: bump manifest minimums, refresh lockfile, drop dead serde_yaml
This commit is contained in:
@@ -21,18 +21,18 @@ bft = []
|
||||
|
||||
[dependencies]
|
||||
bft-crdt-derive = { path = "bft-crdt-derive" }
|
||||
colored = "3"
|
||||
colored = "3.1.1"
|
||||
ed25519-dalek = { workspace = true }
|
||||
indexmap = { workspace = true, features = ["serde"] }
|
||||
rand = { workspace = true }
|
||||
random_color = "1"
|
||||
random_color = "1.1.0"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true, features = ["preserve_order"] }
|
||||
serde_with = "3"
|
||||
serde_with = "3.21.0"
|
||||
sha2 = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.8", features = ["html_reports"] }
|
||||
criterion = { version = "0.8.2", features = ["html_reports"] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true, features = ["preserve_order"] }
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ publish = false
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
proc-macro2 = "1.0.47"
|
||||
proc-macro-crate = "3"
|
||||
quote = "1.0.21"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
indexmap = { version = "2.14.0", features = ["serde"] }
|
||||
proc-macro2 = "1.0.106"
|
||||
proc-macro-crate = "3.5.0"
|
||||
quote = "1.0.46"
|
||||
syn = { version = "2.0.119", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user