Skip to content

Commit

Permalink
deps: update libsql requirement in the production-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [libsql](https://github.com/tursodatabase/libsql) to permit the latest version.

Updates `libsql` to 0.6.0
- [Release notes](https://github.com/tursodatabase/libsql/releases)
- [Commits](tursodatabase/libsql@libsql-rs-v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: libsql
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and GeekMasher committed Oct 5, 2024
1 parent d0429a5 commit 769e6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ chrono = { version = "^0.4", features = ["serde"] }
semver = { version = "1.0", features = ["serde"] }
totp-rs = { version = "^5.5", features = ["serde_support", "gen_secret"] }

libsql = "^0.5"
libsql = "^0.6"
rusqlite = "^0.32"

rocket = { version = "^0.5" }
Expand Down
2 changes: 1 addition & 1 deletion geekorm-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ argon2 = { version = "^0.5", optional = true }
sha-crypt = { version = "^0.5", optional = true }

# Backends
libsql = { version = "^0.5", optional = true }
libsql = { version = "^0.6", optional = true }
rusqlite = { version = "0.32", features = ["bundled"], optional = true }
serde_rusqlite = { version = "^0.36", optional = true }

Expand Down

0 comments on commit 769e6b6

Please sign in to comment.