Dependencies upgrade

This commit is contained in:
Dave
2026-03-14 11:44:51 +00:00
parent 1dcf043c53
commit 5f7647cbda
3 changed files with 7 additions and 5 deletions

View File

@@ -31,6 +31,9 @@ walkdir = { workspace = true }
matrix-sdk = { workspace = true }
pulldown-cmark = { workspace = true }
# Force bundled SQLite so static musl builds don't need a system libsqlite3
libsqlite3-sys = { version = "0.36.0", features = ["bundled"] }
[dev-dependencies]
tempfile = { workspace = true }
tokio-tungstenite = { workspace = true }