From 857aaa24b4d9e5a53645c66a79ab9281b05ea87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:53:39 +0000 Subject: [PATCH] Bump diesel from 2.2.10 to 2.2.11 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.10 to 2.2.11. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.11/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.10...v2.2.11) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e279ef3..bd59bfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,9 +561,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.2.10" +version = "2.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3e1edb1f37b4953dd5176916347289ed43d7119cc2e6c7c3f7849ff44ea506" +checksum = "a917a9209950404d5be011c81d081a2692a822f73c3d6af586f0cab5ff50f614" dependencies = [ "bitflags 2.6.0", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index f98e8e5..8409e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" actix-web = "4" async-trait = "0.1.88" derive_more = { version = "2", features = ["full"] } -diesel = { version = "2.2.10", features = ["sqlite", "postgres", "r2d2", "returning_clauses_for_sqlite_3_35"] } +diesel = { version = "2.2.11", features = ["sqlite", "postgres", "r2d2", "returning_clauses_for_sqlite_3_35"] } dotenvy = "0.15.7" env_logger = "0.11.6" futures = "0.3.31"