Skip to content

Commit 503afc4

Browse files
committed
Update libsql dependency
1 parent 67a3b0b commit 503afc4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
pyo3 = "0.25.1"
11-
libsql = { version = "0.9.19", features = ["encryption"] }
11+
libsql = { version = "0.9.21", features = ["encryption"] }
1212
tokio = { version = "1.47.0", features = [ "rt-multi-thread" ] }
1313
tracing-subscriber = "0.3.19"
1414

0 commit comments

Comments
 (0)