Skip to content

Commit f49cf23

Browse files
committed
Update libsql dependency
1 parent 874535e commit f49cf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
libsql = { version = "0.9.16", features = ["encryption"] }
13+
libsql = { version = "0.9.18", features = ["encryption"] }
1414
napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt", "async"] }
1515
napi-derive = "2"
1616
once_cell = "1.18.0"

0 commit comments

Comments
 (0)