Skip to content

Commit

Permalink
Bump diesel from 2.2.1 to 2.2.2
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.2.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.2/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.1...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent c49ba81 commit a8b6187
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 @@ -12,7 +12,7 @@ rocket = "0.5.1"
serde = "1.0.208"
serde_json = "^1.0"
serde_derive = "1.0.126"
diesel = { version = "^2.1", features = ["sqlite", "r2d2", "chrono"] }
diesel = { version = "^2.2", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "^2.2"
log = "^0.4"
chrono = { version = "^0.4", features = ["serde"] }
Expand Down

0 comments on commit a8b6187

Please sign in to comment.