From cc30a46532bb6d3ecbffef51c2689cd9ec69db0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:09:31 +0000 Subject: [PATCH] chore(deps): bump diesel from 2.3.6 to 2.3.8 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.3.6...v2.3.8) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.8 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 b43a27946..4dbbf4b65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3294,9 +3294,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.6" +version = "2.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b6c2fc184a6fb6ebcf5f9a5e3bbfa84d8fd268cdfcce4ed508979a6259494d" +checksum = "9940fb8467a0a06312218ed384185cb8536aa10d8ec017d0ce7fad2c1bd882d5" dependencies = [ "diesel_derives", "downcast-rs 2.0.2", diff --git a/Cargo.toml b/Cargo.toml index fb301f013..b3de7d6f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ tower-http = { version = "0.6.2", default-features = false } # database bb8 = { version = "0.9.0", default-features = false } -diesel = { version = "2.3.4", default-features = false, features = ["sqlite"] } +diesel = { version = "2.3.8", default-features = false, features = ["sqlite"] } diesel-async = { version = "0.7.4", default-features = false, features = ["sqlite", "tokio", "bb8", "migrations"] } diesel_migrations = { version = "2.3.1", default-features = false }