From 029c69be330dc75af4ee7ba4b5a106f97f66215c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:58:33 +0900 Subject: [PATCH] chore(deps): bump diesel from 2.2.10 to 2.2.11 in /examples (#617) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 300ea11..41000cc 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1064,9 +1064,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 = [ "diesel_derives", "libsqlite3-sys",