From 59312bc932c778bd9c194ba21f66094b32692e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:41:26 +0000 Subject: [PATCH] build(deps): bump diesel from 2.3.7 to 2.3.10 in /api Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.7 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.7...v2.3.10) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index aa355482..87b4f0a3 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -558,9 +558,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.7" +version = "2.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ae09a41a4b89f94ec1e053623da8340d996bc32c6517d325a9daad9b239358" +checksum = "29fe29a87fb84c631ffb3ba21798c4b1f3a964701ba78f0dce4bf8668562ec88" dependencies = [ "bitflags", "byteorder",