diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0bca136a..f778777f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -47,7 +47,7 @@ fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" } core-text = "21" [target.'cfg(target_os = "windows")'.dependencies] -libsqlite3-sys = { version = "0.35", features = ["bundled"] } +libsqlite3-sys = { version = "0.37", features = ["bundled"] } [dev-dependencies] diesel = { version = "2", features = ["sqlite"] }