Skip to content

Commit 7a97510

Browse files
authored
Merge pull request cashubtc#651 from benthecarman/update-sqlx
chore: Update sqlx to 0.7.4
2 parents 40e1b5d + 8cd4ea3 commit 7a97510

File tree

3 files changed

+52
-49
lines changed

3 files changed

+52
-49
lines changed

crates/cdk-sqlite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ sqlcipher = ["libsqlite3-sys"]
2020
async-trait.workspace = true
2121
cdk-common.workspace = true
2222
bitcoin.workspace = true
23-
sqlx = { version = "0.6.3", default-features = false, features = [
23+
sqlx = { version = "0.7.4", default-features = false, features = [
2424
"runtime-tokio-rustls",
2525
"sqlite",
2626
"macros",
2727
"migrate",
2828
"uuid",
2929
] }
30-
libsqlite3-sys = { version = "0.24.1", features = ["bundled-sqlcipher"], optional = true }
30+
libsqlite3-sys = { version = "0.27.0", features = ["bundled-sqlcipher"], optional = true }
3131
thiserror.workspace = true
3232
tokio.workspace = true
3333
tracing.workspace = true

0 commit comments

Comments
 (0)