From 01dcc7e4785459113b076a22f94e767d154dcd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:30:27 +0000 Subject: [PATCH] chore(deps): bump diesel from 2.3.5 to 2.3.10 in /backend Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.5 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.5...v2.3.10) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f4cf16f..7251094 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -457,9 +457,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.5" +version = "2.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e130c806dccc85428c564f2dc5a96e05b6615a27c9a28776bd7761a9af4bb552" +checksum = "29fe29a87fb84c631ffb3ba21798c4b1f3a964701ba78f0dce4bf8668562ec88" dependencies = [ "bigdecimal", "bitflags",