From e892f4af52fa23884483a862c62b56fa9f38c1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:10:08 +0000 Subject: [PATCH] build(deps): bump diesel_derives from 2.1.3 to 2.1.4 Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.4/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: diesel_derives 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 430ade292..9acfeff6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1020,9 +1020,9 @@ dependencies = [ [[package]] name = "diesel_derives" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d02eecb814ae714ffe61ddc2db2dd03e6c49a42e269b5001355500d431cce0c" +checksum = "14701062d6bed917b5c7103bdffaee1e4609279e240488ad24e7bd979ca6866c" dependencies = [ "diesel_table_macro_syntax", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b6ec87989..b380bd8ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] diesel = { version = "2.1.3", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono"] } diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } -diesel_derives = "2.1.3" +diesel_derives = "2.1.4" diesel-dynamic-schema = "0.2.1" diesel_migrations = "2.1.0" prost = "0.11.9"