From 02cdee9b0d2dcfed95027dba77f0dd0b025ec4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 23:45:49 +0000 Subject: [PATCH] build(deps): update libsqlite3-sys requirement from 0.37 to 0.38 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.37.0...v0.37.0) --- updated-dependencies: - dependency-name: libsqlite3-sys dependency-version: 0.37.0 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 efff965..11c697c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ diesel = { version = "2.3", features = ["chrono", "serde_json"] } diesel_migrations = "2.3" diesel-async = { version = "0.9", features = ["async-connection-wrapper", "mysql", "postgres", "sqlite", "deadpool", "migrations"]} #mysql_async = { version = "0.34", default-features = false, features = ["default-rustls"]} -libsqlite3-sys = { version = "0.37", features = ["bundled"] } +libsqlite3-sys = { version = "0.38", features = ["bundled"] } [target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies]