deps: upgrade

This commit is contained in:
nym21
2026-03-21 23:19:17 +01:00
parent fdaa5032a9
commit fbff230c86
4 changed files with 18 additions and 10 deletions

View File

@@ -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 }

View File

@@ -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 }