Skip to content

Commit

Permalink
Bump diesel from 2.1.4 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.1.4 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.1.4...v2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 22f1f66 commit 0c1d49b
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 7 deletions.
86 changes: 80 additions & 6 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 @@ -9,7 +9,7 @@ regex = "1.10.6"
chrono = "0.4"
dotenv = "0.15.0"
getopts = "0.2"
diesel = { version = "2.1.4", features = ["postgres"] }
diesel = { version = "2.2.4", features = ["postgres"] }
prettytable-rs = "0.10"
console = "0.15.8"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 0c1d49b

Please # to comment.