Skip to content

Commit

Permalink
Merge pull request #152 from tursodatabase/bump-libsql
Browse files Browse the repository at this point in the history
Bump libsql dependency
  • Loading branch information
penberg authored Dec 13, 2024
2 parents 970a01b + 300e9c9 commit 8f59e2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "0c5b83faf1bff2ebd43105a3cf2021a4a6b459e3", features = ["encryption"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "f8954db1302a97d435f7fcd7bf0d155ee38d632d", features = ["encryption"] }
tracing = "0.1"
once_cell = "1.18.0"
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
Expand Down

0 comments on commit 8f59e2f

Please sign in to comment.