From c4f0c8421424552d5e359e6c7b6272d61c4b9a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 05:43:36 +0000 Subject: [PATCH] Update libsqlite3-sys requirement from >=0.8.0, <0.21.0 to >=0.8.0, <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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ded53e..8a1a422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"