From 80e6348d3f792f37c6334d4b1acfa9dde3e7e93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:25:11 +0000 Subject: [PATCH] build(deps): bump diesel_derives from 2.3.8 to 2.3.9 Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.3.8 to 2.3.9. - [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.8...v2.3.9) --- updated-dependencies: - dependency-name: diesel_derives dependency-version: 2.3.9 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 48ed1e0430e..e937a7b1ec5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3035,9 +3035,9 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.3.8" +version = "2.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b79402bd1cfb25b65650f0f4901d0e79c095729e2139c8ab779d025968c7099" +checksum = "d1817b7f4279b947fc4cafddec12b0e5f8727141706561ce3ac94a60bddd1cf5" dependencies = [ "diesel_table_macro_syntax", "dsl_auto_type", diff --git a/Cargo.toml b/Cargo.toml index f355b638348..f649406022a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ diesel = { version = "2.2.7", features = [ diesel-async = { version = "0.8.0", features = ["deadpool", "async-connection-wrapper", "tokio", "postgres"] } diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } diesel-dynamic-schema = { version = "0.2.3", features = ["postgres"] } -diesel_derives = "2.3.8" +diesel_derives = "2.3.9" diesel_migrations = "2.3.2" env_logger = "0.11.10" envconfig = "0.11.1"