From 75982593f739960e97f9380dcc48a32fd636a248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:22:39 +0000 Subject: [PATCH] chore(deps): bump diesel from 2.2.5 to 2.2.6 Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.6/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: diesel 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 d5ca83fc93..e3c4298758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3189,9 +3189,9 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "diesel" -version = "2.2.5" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf9649c05e0a9dbd6d0b0b8301db5182b972d0fd02f0a7c6736cf632d7c0fd5" +checksum = "ccf1bedf64cdb9643204a36dd15b19a6ce8e7aa7f7b105868e9f1fad5ffa7d12" dependencies = [ "chrono", "diesel_derives", diff --git a/Cargo.toml b/Cargo.toml index e6c6eecd46..21c00cab97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,7 +282,7 @@ uint = "0.9.5" rlp = "0.5.2" const-hex = "1.14.0" cached = "0.43.0" -diesel = { version = "2.2.5", features = [ +diesel = { version = "2.2.6", features = [ "chrono", "sqlite", "r2d2",