From e0916f32863d1671a2f99a39c94e181567a458b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:55:36 +0000 Subject: [PATCH] chore(deps): update rusqlite requirement from 0.32 to 0.40 Updates the requirements on [rusqlite](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.32.0...v0.40.1) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.1 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 72cf505..61e22df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ opensqlany = "0.1.0" # opensqlany = { path = "../OpenSQLAnywhere/crates/opensqlany" } anyhow = "1" clap = { version = "4", features = ["derive"] } -rusqlite = { version = "0.32", features = ["bundled"] } +rusqlite = { version = "0.40", features = ["bundled"] } thiserror = "2"