From c6564280f77700592bf26a85a7219a51c41c9cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:56:33 +0000 Subject: [PATCH] build(deps): bump diesel from 2.2.2 to 2.2.3 in the cargo group Bumps the cargo group with 1 update: [diesel](https://github.com/diesel-rs/diesel). Updates `diesel` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production dependency-group: cargo ... 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 1a6d45c..3210a74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,9 +717,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf97ee7261bb708fa3402fa9c17a54b70e90e3cb98afb3dc8999d5512cb03f94" +checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index b17bca4..34c0227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = { version = "0.1.81" } clap = { version = "4.5.16" } config = { version = "0.14.0" } deadpool-diesel = { version = "0.6.1" } -diesel = { version = "2.1.6" } +diesel = { version = "2.2.3" } diesel_migrations = { version = "2.2.0" } glob = { version = "0.3.1" } openssl = { version = "0.10.66" }