From da54794d277fc933f9f7d2a6b102bde7b1333d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:31:20 +0000 Subject: [PATCH] Update rusqlite requirement from 0.36 to 0.37 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.36.0...v0.36.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.36.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 dd49653..b6e5a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ httparse = "1.6" mime = "0.3" pbkdf2 = { version = "0.12", default-features = false } rand_chacha = "0.3" -rusqlite = {version = "0.36", features = ["bundled-sqlcipher-vendored-openssl"] } +rusqlite = {version = "0.37", features = ["bundled-sqlcipher-vendored-openssl"] } secp256k1 = { version = "0.28", features = ["recovery"] } serde = { version = "1.0", default-features = false, features = ["alloc", "derive"]} serde_json = { version = "1.0", default-features = false, features = ["alloc"]}