From f0493f56be2761b353e03718a41807a49c20048a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 20:15:48 +0000 Subject: [PATCH] Update rusqlite requirement from 0.35 to 0.36 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.35.0...v0.36.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.36.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 6ec3561..b121242 100644 --- a/exemplar/Cargo.toml +++ b/exemplar/Cargo.toml @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] exemplar_proc_macro = "0.35.0" -rusqlite = "0.35" +rusqlite = "0.36" [dev-dependencies] anyhow = "1.0.75"