Skip to content

Commit

Permalink
Bump diesel from 2.2.1 to 2.2.4
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.4/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.1...v2.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent fb26547 commit 6a605c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = "0.8.5"
serde = { version = "1.0.204", features = ["derive"] }
askama = "0.12.1"
chrono = "0.4.38"
diesel = { version = "2.2.1", features = ["r2d2", "mysql", "chrono"] }
diesel = { version = "2.2.4", features = ["r2d2", "mysql", "chrono"] }
diesel_migrations = "2.2.0"
dotenv = "0.15.0"
reqwest = { version = "0.12.5", features = ["gzip", "json"]}
Expand Down

0 comments on commit 6a605c1

Please sign in to comment.