From 7df43dff566e70cd5348e72c3f793298e08c747d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:00:22 +0000 Subject: [PATCH] build(deps): bump diesel from 2.3.1 to 2.3.3 in /postgres-db Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.3.3/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/commits/v2.3.3) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.3 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 d3344bc..c4761a2 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.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb300b92bb5f1a44ce412aeb36a7387931bf7a5238b4570bc1d0b9c8a78fde4e" +checksum = "5e7624a3bb9fffd82fff016be9a7f163d20e5a89eb8d28f9daaa6b30fff37500" dependencies = [ "bigdecimal", "bitflags", diff --git a/postgres-db/Cargo.toml b/postgres-db/Cargo.toml index bafd91c..7f4901a 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.3", 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"] }