Bump diesel from 2.2.8 to 2.2.9

Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.8 to 2.2.9.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.9/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.9)

---
updated-dependencies:
- dependency-name: diesel
  dependency-version: 2.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-17 12:35:48 +00:00
committed by GitHub
parent 283858fea3
commit d53f4c1a41
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -926,9 +926,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "2.2.8"
version = "2.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470eb10efc8646313634c99bb1593f402a6434cbd86e266770c6e39219adb86a"
checksum = "34d3950690ba3a6910126162b47e775e203006d4242a15de912bec6c0a695153"
dependencies = [
"bitflags",
"byteorder 1.5.0",