From 95912bcb398323b23b4a6980035289c5cd0c5fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:31:58 +0000 Subject: [PATCH] chore(deps)(deps): bump diesel from 2.3.9 to 2.3.10 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.9 to 2.3.10. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.3.9...v2.3.10) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1cc2ed1..c607063c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3684,9 +3684,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.9" +version = "2.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9940fb8467a0a06312218ed384185cb8536aa10d8ec017d0ce7fad2c1bd882d5" +checksum = "e54d1f576cd3a3460f212a4615fd12ce1b6303c095b79a44449ffbe627753dc1" dependencies = [ "bitflags 2.12.1", "byteorder",