Skip to content

Commit

Permalink
Bump diesel from 2.2.2 to 2.2.3 in /backend
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.2 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](diesel-rs/diesel@v2.2.2...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 84e173c commit 0bb5134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ debug = true
[dependencies]
dotenv = "0.15.0"

diesel = { version = "2.0", features = ["mysql", "chrono"] }
diesel = { version = "2.2", features = ["mysql", "chrono"] }

hex = "0.4"

Expand Down

0 comments on commit 0bb5134

Please sign in to comment.