10000 Bump libsql dependency · tursodatabase/libsql-python@bf8fe15 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf8fe15

Browse files
committed
Bump libsql dependency
1 parent a334d9e commit bf8fe15

File tree

2 files changed

+185
-20
lines changed

2 files changed

+185
-20
lines changed

Cargo.lock

Lines changed: 184 additions & 19 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
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
pyo3 = "0.19.0"
12-
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "21f405b087b210734367fb1343ed436249c8dc10", features = ["encryption"] }
12+
libsql = { version = "0.9.1", features = ["encryption"] }
1313
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
1414
tracing-subscriber = "0.3"
1515

0 commit comments

Comments
 (0)
0