From e0cbda54de4838497b4b9ddbfc4affde25e53b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 01:26:57 +0000 Subject: [PATCH] Bump diesel from 2.2.8 to 2.2.10 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.10/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.10) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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 46e4ed1..9ddc29c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,9 +933,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.2.8" +version = "2.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470eb10efc8646313634c99bb1593f402a6434cbd86e266770c6e39219adb86a" +checksum = "ff3e1edb1f37b4953dd5176916347289ed43d7119cc2e6c7c3f7849ff44ea506" dependencies = [ "bitflags", "byteorder 1.5.0", @@ -2395,7 +2395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.100", diff --git a/Cargo.toml b/Cargo.toml index d81a0c6..faa5f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ schedule-parser = { path = "schedule-parser", features = ["test-utils"] } bcrypt = "0.17.0" chrono = { version = "0.4.40", features = ["serde"] } derive_more = { version = "2", features = ["full"] } -diesel = { version = "2.2.8", features = ["postgres"] } +diesel = { version = "2.2.10", features = ["postgres"] } diesel-derive-enum = { git = "https://github.com/Havunen/diesel-derive-enum.git", features = ["postgres"] } dotenvy = "0.15.7" env_logger = "0.11.7"