1
0
mirror of https://github.com/actix/actix-website synced 2025-06-26 15:17:43 +02:00

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-23 18:58:33 +09:00
committed by GitHub
parent 049a7c0729
commit 029c69be33

4
examples/Cargo.lock generated
View File

@ -1064,9 +1064,9 @@ dependencies = [
[[package]] [[package]]
name = "diesel" name = "diesel"
version = "2.2.10" version = "2.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff3e1edb1f37b4953dd5176916347289ed43d7119cc2e6c7c3f7849ff44ea506" checksum = "a917a9209950404d5be011c81d081a2692a822f73c3d6af586f0cab5ff50f614"
dependencies = [ dependencies = [
"diesel_derives", "diesel_derives",
"libsqlite3-sys", "libsqlite3-sys",