Bump diesel from 2.2.1 to 2.2.3

Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-24 20:57:42 +00:00 committed by GitHub
parent 0394851e97
commit d5ebfb68a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -323,9 +323,9 @@ dependencies = [
[[package]] [[package]]
name = "diesel" name = "diesel"
version = "2.2.1" version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d6dcd069e7b5fe49a302411f759d4cf1cf2c27fe798ef46fb8baefc053dd2b" checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"byteorder", "byteorder",

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies] [dependencies]
chrono = "0.4.34" chrono = "0.4.34"
diesel = { version = "2.1.4", features = ["postgres", "chrono"] } diesel = { version = "2.2.3", features = ["postgres", "chrono"] }
dotenvy = "0.15.7" dotenvy = "0.15.7"
regex = "1.10.5" regex = "1.10.5"
rocket = { version = "0.5.1", features = ["tls"] } rocket = { version = "0.5.1", features = ["tls"] }