We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40e1b5d + 8cd4ea3 commit 7a97510Copy full SHA for 7a97510
crates/cdk-sqlite/Cargo.toml
@@ -20,14 +20,14 @@ sqlcipher = ["libsqlite3-sys"]
20
async-trait.workspace = true
21
cdk-common.workspace = true
22
bitcoin.workspace = true
23
-sqlx = { version = "0.6.3", default-features = false, features = [
+sqlx = { version = "0.7.4", default-features = false, features = [
24
"runtime-tokio-rustls",
25
"sqlite",
26
"macros",
27
"migrate",
28
"uuid",
29
] }
30
-libsqlite3-sys = { version = "0.24.1", features = ["bundled-sqlcipher"], optional = true }
+libsqlite3-sys = { version = "0.27.0", features = ["bundled-sqlcipher"], optional = true }
31
thiserror.workspace = true
32
tokio.workspace = true
33
tracing.workspace = true
0 commit comments