From 2a26d28203020d2702402bc42b371ee2edfe5ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:57:12 +0000 Subject: [PATCH] Bump diesel from 2.2.2 to 2.2.3 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/speedy-uuid/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14aac1817..8dce1feba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1695,9 +1695,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/Cargo.toml b/Cargo.toml index 593f312fc..099902c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ askama = { version = "0.12.1", default-features = false, features = [ "with-axum", ] } clap = { version = "4.5.16", features = ["derive", "wrap_help"] } -diesel = { version = "2.2.2", default-features = false, features = [ +diesel = { version = "2.2.3", default-features = false, features = [ "32-column-tables", "with-deprecated", ] } diff --git a/lib/speedy-uuid/Cargo.toml b/lib/speedy-uuid/Cargo.toml index c8503d3d0..575c85bfe 100644 --- a/lib/speedy-uuid/Cargo.toml +++ b/lib/speedy-uuid/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] async-graphql = { version = "7.0.7", default-features = false, optional = true } -diesel = { version = "2.2.2", default-features = false, features = [ +diesel = { version = "2.2.3", default-features = false, features = [ "postgres_backend", "uuid", ], optional = true }