diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index d7ec24e0a..2cb9b5696 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } tokio-stream = "0.1" strum = "0.27" strum_macros = "0.27" -rusqlite = "0.33.0" +rusqlite = "0.37.0" regex = "1.11.1" reqwest = { version = "0.12", features = ["stream", "blocking"] } async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] }