From 8540c7031b79e0f01b76c93cfeab4ebeb020f708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:58:10 +0000 Subject: [PATCH] build(deps): bump diesel_derives from 2.2.5 to 2.2.7 Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.2.5 to 2.2.7. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.7/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.5...v2.2.7) --- updated-dependencies: - dependency-name: diesel_derives dependency-version: 2.2.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 6b3d0aa7ae8..8e31bda169a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.2.5" +version = "2.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d4216021b3ea446fd2047f5c8f8fe6e98af34508a254a01e4d6bc1e844f84d" +checksum = "1b96984c469425cb577bf6f17121ecb3e4fe1e81de5d8f780dd372802858d756" dependencies = [ "diesel_table_macro_syntax", "dsl_auto_type", diff --git a/Cargo.toml b/Cargo.toml index 5a4fc020a44..512e0c41094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ diesel = { version = "2.2.7", features = [ ] } diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } diesel-dynamic-schema = { version = "0.2.3", features = ["postgres"] } -diesel_derives = "2.2.5" +diesel_derives = "2.2.7" diesel_migrations = "2.1.0" graph = { path = "./graph" } graph-core = { path = "./core" }