deps: bumped

This commit is contained in:
nym21
2026-05-27 19:41:37 +02:00
parent 0ad5be6974
commit 100495fdba
2 changed files with 31 additions and 43 deletions
+3 -3
View File
@@ -35,7 +35,7 @@ debug = true
[workspace.dependencies]
aide = { version = "0.16.0-alpha.4", features = ["axum-json", "axum-query"] }
axum = { version = "0.8.9", default-features = false, features = ["http1", "json", "query", "tokio", "tracing"] }
bitcoin = { version = "0.32.9", features = ["serde"] }
bitcoin = { version = "0.32.100", features = ["serde"] }
brk_alloc = { version = "0.3.0", path = "crates/brk_alloc" }
brk_bencher = { version = "0.3.0", path = "crates/brk_bencher" }
brk_bindgen = { version = "0.3.0", path = "crates/brk_bindgen" }
@@ -62,11 +62,11 @@ brk_website = { version = "0.3.0", path = "crates/brk_website" }
byteview = "0.10.1"
color-eyre = "0.6.5"
corepc-jsonrpc = { package = "jsonrpc", version = "0.19.0", features = ["simple_http"], default-features = false }
corepc-types = { version = "0.13.0", features = ["std"], default-features = false }
corepc-types = { version = "0.14.0", features = ["std"], default-features = false }
derive_more = { version = "2.1.1", features = ["deref", "deref_mut"] }
fjall = "3.1.4"
indexmap = { version = "2.14.0", features = ["serde"] }
jiff = { version = "0.2.26", features = ["perf-inline", "tz-system"], default-features = false }
jiff = { version = "0.2.27", features = ["perf-inline", "tz-system"], default-features = false }
owo-colors = "4.3.0"
parking_lot = "0.12.5"
pco = "1.0.2"