From 2f75897d0e22496d4c102c5c586ade355c911010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:37:10 +0000 Subject: [PATCH] Update libsqlite3-sys requirement from 0.27.0 to 0.28.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/compare/v0.27.0...v0.28.0) --- 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 5edc574..d032ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ state = { version = "0.6" , features = [ "tls" ] } dashmap = "5" [dependencies.libsqlite3-sys] -version = "0.27.0" +version = "0.28.0" default-features = false features = [ "pkg-config",