From f2981b555b4f14f01019d3b0c0f095a790f0e160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:50:11 +0000 Subject: [PATCH] Bump libsqlite3-sys from 0.30.1 to 0.31.0 Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.30.1 to 0.31.0. - [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/v0.31.0) --- updated-dependencies: - dependency-name: libsqlite3-sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- services/api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 498b99498..ea7eb785f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4665,9 +4665,9 @@ dependencies = [ [[package]] name = "libsqlite3-sys" -version = "0.30.1" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" +checksum = "ad8935b44e7c13394a179a438e0cebba0fe08fe01b54f152e29a93b5cf993fd4" dependencies = [ "cc", "pkg-config", diff --git a/services/api/Cargo.toml b/services/api/Cargo.toml index 64f7bc476..2ef7a4795 100644 --- a/services/api/Cargo.toml +++ b/services/api/Cargo.toml @@ -60,7 +60,7 @@ tokio-rustls.workspace = true # https://github.com/tauri-apps/tauri/discussions/6183 # Always needed for Windows and all other targets when building a distroless image [dependencies.libsqlite3-sys] -version = ">=0.17.2, <0.31.0" +version = ">=0.17.2, <0.32.0" features = ["bundled"] [lints]