chore(deps): bump diesel from 1.4.3 to 1.4.6

Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.3 to 1.4.6.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/diesel-rs/diesel/compare/v1.4.3...v1.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-17 00:41:31 +00:00 committed by GitHub
parent 9ca9b36666
commit 7a83635ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 984 additions and 984 deletions

1966
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ serde = "1.0.104"
serde_derive = "1.0.104"
r2d2 = "0.8.8"
diesel = { version = "1.4.3", features = ["postgres", "r2d2", "chrono"] }
diesel = { version = "1.4.6", features = ["postgres", "r2d2", "chrono"] }
diesel_derives = "1.4.1"
diesel_migrations = "1.4.0"