Skip to content

Commit 145e517

Browse files
committed
Update libsql dependency
Fixes #87
1 parent 686d877 commit 145e517

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
pyo3 = "0.19.0"
12-
libsql = { version = "0.9.1", features = ["encryption"] }
12+
libsql = { version = "0.9.2", features = ["encryption"] }
1313
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
1414
tracing-subscriber = "0.3"
1515

0 commit comments

Comments
 (0)