From 4168fee8ad585b614808b2c7b9da6ffcd4150600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 22:26:54 +0000 Subject: [PATCH] build(deps): bump diesel_derives from 2.2.3 to 2.2.5 Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.5/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.3...v2.2.5) --- updated-dependencies: - dependency-name: diesel_derives dependency-version: 2.2.5 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 4515f57f7b9..309c9cbe0d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,9 +1271,9 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.2.3" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4" +checksum = "68d4216021b3ea446fd2047f5c8f8fe6e98af34508a254a01e4d6bc1e844f84d" dependencies = [ "diesel_table_macro_syntax", "dsl_auto_type", diff --git a/Cargo.toml b/Cargo.toml index 78694e06d1c..a90e8350381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,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.3" +diesel_derives = "2.2.5" diesel_migrations = "2.1.0" graph = { path = "./graph" } graph-core = { path = "./core" }