From 2f267fe5223433038b0c8f66e5b6d19b689c6cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:02:25 +0000 Subject: [PATCH] Bump diesel from 2.3.3 to 2.3.4 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.3.4/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2f71ad..a8ea9a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,9 +821,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e7624a3bb9fffd82fff016be9a7f163d20e5a89eb8d28f9daaa6b30fff37500" +checksum = "0c415189028b232660655e4893e8bc25ca7aee8e96888db66d9edb400535456a" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 89d0ab2..ffe715f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rand = "=0.9.2" serde = { version = "=1.0.228", features = ["derive"] } askama = "=0.14.0" chrono = "=0.4.42" -diesel = { version = "=2.3.3", features = ["r2d2", "mysql", "chrono"] } +diesel = { version = "=2.3.4", features = ["r2d2", "mysql", "chrono"] } diesel_migrations = "=2.3.0" dotenv = "=0.15.0" reqwest = { version = "=0.12.24", features = ["gzip", "json"]}