From ac45a193a4dacd252daa5441c2b6ab07ead327e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 21:44:02 +0000 Subject: [PATCH] Bump rusqlite from 0.32.1 to 0.36.0 Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.36.0. - [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.1...v0.36.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- lib/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 520b8b9649..3e547962fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,11 +1257,11 @@ dependencies = [ [[package]] name = "hashlink" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" +checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.2", ] [[package]] @@ -1551,9 +1551,9 @@ dependencies = [ [[package]] name = "libsqlite3-sys" -version = "0.30.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" +checksum = "91632f3b4fb6bd1d72aa3d78f41ffecfcf2b1a6648d8c241dbe7dbfaf4875e15" dependencies = [ "cc", "pkg-config", @@ -2133,9 +2133,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rusqlite" -version = "0.32.1" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" +checksum = "3de23c3319433716cf134eed225fe9986bc24f63bed9be9f20c329029e672dc7" dependencies = [ "bitflags", "fallible-iterator", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 01137863a0..a99f583c38 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -81,7 +81,7 @@ x25519-dalek = { version = "2.0.0-rc.3", default-features = false, features = [" zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] } # `database-sqlite` feature -rusqlite = { version = "0.32.1", optional = true, default-features = false, features = ["bundled"] } +rusqlite = { version = "0.36.0", optional = true, default-features = false, features = ["bundled"] } # `std` feature # Add here the crates that cannot function without the help of the operating system or environment.