1
0
mirror of https://github.com/actix/actix-website synced 2025-05-06 02:42:34 +02:00

chore(deps): bump diesel from 2.2.9 to 2.2.10 in /examples (#594)

Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.9 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.9...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-28 13:08:33 +01:00 committed by GitHub
parent 020c9982c3
commit 21b4218913
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
examples/Cargo.lock generated
View File

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