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 Jun 9, 2021
1 parent b356b7c commit c4f0c84
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 @@ -19,7 +19,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.23.0", features = ["min_sqlite_version_3_7_16", "bundled"], optional = true }
structopt = "0.3.21"
atty = "0.2.14"

Expand Down

0 comments on commit c4f0c84

Please sign in to comment.