From 5477dfcefb5777f5aa46a0a5b729afb98d94dc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:41:08 +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 cb78a2c..ce414a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"