From 2ee8a07554a8b3399f0802b404ffa0f1fed2a879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:16:07 +0000 Subject: [PATCH] chore(deps): bump diesel from 2.2.11 to 2.2.12 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.11 to 2.2.12. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.12/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.11...v2.2.12) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 491f32ad..1fdb7fb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2834,9 +2834,9 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "diesel" -version = "2.2.11" +version = "2.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a917a9209950404d5be011c81d081a2692a822f73c3d6af586f0cab5ff50f614" +checksum = "229850a212cd9b84d4f0290ad9d294afc0ae70fccaa8949dbe8b43ffafa1e20c" dependencies = [ "bitflags 2.9.0", "byteorder",