From 17850518a3bcf10a944ac5e5d1a52a995ad1d988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:19:51 +0000 Subject: [PATCH] build(deps): bump diesel_derives from 2.3.6 to 2.3.7 Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.3.6 to 2.3.7. - [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/commits) --- updated-dependencies: - dependency-name: diesel_derives dependency-version: 2.3.7 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 6a8d58feffe..6b902f2ae25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2798,9 +2798,9 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.3.6" +version = "2.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c30b2969f923fa1f73744b92bb7df60b858df8832742d9a3aceb79236c0be1d2" +checksum = "47618bf0fac06bb670c036e48404c26a865e6a71af4114dfd97dfe89936e404e" dependencies = [ "diesel_table_macro_syntax", "dsl_auto_type", diff --git a/Cargo.toml b/Cargo.toml index dd8b5bd950a..33c3d448235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ diesel = { version = "2.2.7", features = [ diesel-async = { version = "0.7.4", 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.6" +diesel_derives = "2.3.7" diesel_migrations = "2.3.1" envconfig = "0.11.1" graph = { path = "./graph" }