From 412d4d7a8c674ad23b5b77ea64e56b6aaf33768f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:04:38 +0000 Subject: [PATCH] Update rusqlite requirement from 0.37 to 0.39 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.37.0...v0.39.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exemplar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exemplar/Cargo.toml b/exemplar/Cargo.toml index 0341aac..674ea17 100644 --- a/exemplar/Cargo.toml +++ b/exemplar/Cargo.toml @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] exemplar_proc_macro = "0.37.0" -rusqlite = "0.37" +rusqlite = "0.39" [dev-dependencies] anyhow = "1.0.75"