mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
deps: upgrade
This commit is contained in:
@@ -24,8 +24,8 @@ brk_types = { workspace = true }
|
||||
derive_more = { workspace = true }
|
||||
jiff = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
quickmatch = { path = "../../../quickmatch" }
|
||||
# quickmatch = "0.3.1"
|
||||
# quickmatch = { path = "../../../quickmatch" }
|
||||
quickmatch = "0.3.2"
|
||||
tokio = { workspace = true, optional = true }
|
||||
serde_json = { workspace = true }
|
||||
vecdb = { workspace = true }
|
||||
|
||||
@@ -12,7 +12,7 @@ include = ["src/**/*", "website/**/*", "Cargo.toml", "README.md"]
|
||||
axum = { workspace = true }
|
||||
include_dir = "0.7"
|
||||
# importmap = { path = "../../../importmap", features = ["embedded"] }
|
||||
importmap = { version = "0.4.1", features = ["embedded"] }
|
||||
importmap = { version = "0.4.2", features = ["embedded"] }
|
||||
serde = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user