From ea20a3eca99e021fd960cc40aed3b756b25b48d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:14:55 +0000 Subject: [PATCH] build(deps): bump diesel from 2.3.1 to 2.3.2 in /postgres-db Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.3.2/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/commits/v2.3.2) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- postgres-db/Cargo.lock | 4 ++-- postgres-db/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres-db/Cargo.lock b/postgres-db/Cargo.lock index 885407a..f506d48 100644 --- a/postgres-db/Cargo.lock +++ b/postgres-db/Cargo.lock @@ -267,9 +267,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb300b92bb5f1a44ce412aeb36a7387931bf7a5238b4570bc1d0b9c8a78fde4e" +checksum = "e8496eeb328dce26ee9d9b73275d396d9bddb433fa30106cf6056dd8c3c2764c" dependencies = [ "bigdecimal", "bitflags", diff --git a/postgres-db/Cargo.toml b/postgres-db/Cargo.toml index bafd91c..79d067b 100644 --- a/postgres-db/Cargo.toml +++ b/postgres-db/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -diesel = { version = "2.3.1", features = ["postgres", "uuid", "chrono", "r2d2", "numeric"] } +diesel = { version = "2.3.2", features = ["postgres", "uuid", "chrono", "r2d2", "numeric"] } chrono = { version = "0.4", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.18", features = ["v4", "serde"] }