Skip to content

Commit

Permalink
Bump libsql dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jun 17, 2024
1 parent 29dd4b7 commit c9a31df
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 = "35d07635a42026f74eae20dd534e2d3382dc8425", features = ["encryption"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "8b360c1697f05bf375c0c8dd68f551139edc3e4f", 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 c9a31df

Please sign in to comment.