Skip to content

Commit

Permalink
Update libsqlite3-sys requirement from >=0.8.0, <0.21.0 to >=0.8.0, <…
Browse files Browse the repository at this point in the history
…0.23.0

Updates the requirements on [libsqlite3-sys](https://github.com/rusqlite/rusqlite) to permit the latest version.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/commits)

---
updated-dependencies:
- dependency-name: libsqlite3-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2022
1 parent d377387 commit 5477dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = "1.0.117"
serde_derive = "1.0.117"
serde_json = "1.0.59"
tempfile = "3.1.0"
libsqlite3-sys = { version = ">=0.8.0, <0.21.0", features = ["min_sqlite_version_3_7_16", "bundled"], optional = true }
libsqlite3-sys = { version = ">=0.8.0, <0.26.0", features = ["min_sqlite_version_3_7_16", "bundled"], optional = true }
clap = { version = "4.0", features = ["derive"] }
atty = "0.2.14"
ureq = "2.2.0"
Expand Down

0 comments on commit 5477dfc

Please sign in to comment.