From c2c422a6cb7016072795dc5002a666c1960a39fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:43:48 +0800 Subject: [PATCH] chore(deps): bump diesel from 2.2.6 to 2.2.7 (#3257) Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.7/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.6...v2.2.7) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d52b8a5c2..95e4346194 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3207,9 +3207,9 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "diesel" -version = "2.2.6" +version = "2.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf1bedf64cdb9643204a36dd15b19a6ce8e7aa7f7b105868e9f1fad5ffa7d12" +checksum = "04001f23ba8843dc315804fa324000376084dfb1c30794ff68dd279e6e5696d5" dependencies = [ "chrono", "diesel_derives", diff --git a/Cargo.toml b/Cargo.toml index 88f04d0752..5ac4a08e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -257,7 +257,7 @@ argon2 = "0.5.2" rpassword = "7.2.0" uint = "0.9.5" rlp = "0.5.2" -diesel = { version = "2.2.6", features = [ +diesel = { version = "2.2.7", features = [ "chrono", "sqlite", "r2d2",