From 0bb5134d5fbc2eed8b9ed2e9dec3620ec34d984a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:06:56 +0000 Subject: [PATCH] Bump diesel from 2.2.2 to 2.2.3 in /backend Bumps [diesel](https://github.com/diesel-rs/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 ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index cb80c8bd..45b3af95 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -474,9 +474,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 2.6.0", "byteorder", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e5b83822..aacbb7a3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -11,7 +11,7 @@ debug = true [dependencies] dotenv = "0.15.0" -diesel = { version = "2.0", features = ["mysql", "chrono"] } +diesel = { version = "2.2", features = ["mysql", "chrono"] } hex = "0.4"