diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index f2791ac18..75b39d63c 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.37.0" +rusqlite = "0.38.0" regex = "1.11.1" reqwest = { version = "0.13", features = ["stream", "blocking"] } async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] } @@ -33,4 +33,4 @@ fs2 = "0.4.3" tempfile = "3.16.0" [target.'cfg(not(target_os = "macos"))'.dependencies] -rusqlite = { version = "0.37.0", features = ["bundled"] } +rusqlite = { version = "0.38.0", features = ["bundled"] }