From 39bee75d279423b99bf3a72ccf3657c1b074ccd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:33:56 +0000 Subject: [PATCH] chore(deps): bump diesel from 2.3.5 to 2.3.8 in /backend Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.5 to 2.3.8. - [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.8) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f4cf16f..a245a8f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -457,9 +457,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.5" +version = "2.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e130c806dccc85428c564f2dc5a96e05b6615a27c9a28776bd7761a9af4bb552" +checksum = "78df0e4e8c596662edb07fbfbb7f23769cca35049827df5f909084d956b6aeaf" dependencies = [ "bigdecimal", "bitflags", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f265844..8e7c827 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1.48.0", features = ["full"] } tower = "0.5.2" tower-http = { version = "0.6.8", features = ["cors", "compression-gzip", "trace", "limit"] } env_logger = "0.11.8" -diesel = { version = "2.3.5", features = ["postgres", "chrono", "numeric"] } +diesel = { version = "2.3.8", features = ["postgres", "chrono", "numeric"] } dotenvy = "0.15.7" chrono = "0.4.42" bigdecimal = { version = "0.4.10", features = ["serde"] }