From a3da626e0a2c45be39bc720a32ce156005b016d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:03:21 +0000 Subject: [PATCH] build(deps): bump diesel_derives from 2.3.3 to 2.3.6 Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.3.3 to 2.3.6. - [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.6 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 c2d77c000a8..2bd8e00512e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1337,9 +1337,9 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.3.3" +version = "2.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09af0e983035368439f1383011cd87c46f41da81d0f21dc3727e2857d5a43c8e" +checksum = "c30b2969f923fa1f73744b92bb7df60b858df8832742d9a3aceb79236c0be1d2" dependencies = [ "diesel_table_macro_syntax", "dsl_auto_type", diff --git a/Cargo.toml b/Cargo.toml index f60d8e140a5..2288764402e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ diesel = { version = "2.2.7", features = [ diesel-async = { version = "0.7.3", 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.2.7" +diesel_derives = "2.3.6" diesel_migrations = "2.1.0" graph = { path = "./graph" } graph-core = { path = "./core" }