From 85f32b0595800769967e6358f532b5d3290a0307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:13:38 +0000 Subject: [PATCH] chore(deps): bump diesel from 2.2.1 to 2.2.3 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 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.1...v2.2.3) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production ... 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 92d95fe..98cc53f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.2.1" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62d6dcd069e7b5fe49a302411f759d4cf1cf2c27fe798ef46fb8baefc053dd2b" +checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71" dependencies = [ "bitflags 2.6.0", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index c009415..47cc2fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ panic = "abort" [dependencies] tokio = { version = "1.38.0", features = ["full"] } axum = "0.7.5" -diesel = { version = "2.2.1", features = ["sqlite", "postgres", "r2d2", "chrono"] } +diesel = { version = "2.2.3", features = ["sqlite", "postgres", "r2d2", "chrono"] } diesel_migrations = "2.2.0" dotenvy = "0.15.7" env_logger = "0.11.3"