Skip to content

Commit 681f77c

Browse files
deps(deps): update rusqlite requirement from 0.32 to 0.38
Update rusqlite to 0.38.0 with SQLCipher 4.10.0 and SQLite 3.51.1 support. Key changes: - SQLCipher bumped to 4.10.0 (sqlite 3.50.4) - Bundled SQLite version bumped to 3.51.1 - Minimal SQLite version bumped to 3.34.1 - New 64-bit length parameter interfaces - wasm32-unknown-unknown support added All CI checks passing.
1 parent 7c1bf6a commit 681f77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/wraith-chat/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wraith-files = { path = "../../../crates/wraith-files" }
3434
tokio = { version = "1", features = ["full"] }
3535

3636
# Database
37-
rusqlite = { version = "0.32", features = ["bundled", "sqlcipher"] }
37+
rusqlite = { version = "0.38", features = ["bundled", "sqlcipher"] }
3838

3939
# Cryptography (beyond WRAITH core)
4040
chacha20poly1305 = "0.10"

0 commit comments

Comments
 (0)