From 3857bd70f23409b2af7b0b9c85b6fe9ebd46566b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:56:21 +0000 Subject: [PATCH] Bump diesel from 2.2.1 to 2.2.3 in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [diesel](https://github.com/diesel-rs/diesel). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86a0bca4..5b103d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,9 +282,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", @@ -1470,7 +1470,7 @@ dependencies = [ [[package]] name = "royalnet" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index beddd8d8..aeef85fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ version = "1.0.204" features = ["derive"] [dependencies.diesel] -version = "2.2.1" +version = "2.2.3" default-features = false features = ["postgres", "chrono", "with-deprecated"] optional = true