Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 11e1f4f commit fd40583
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 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 @@ -50,5 +50,5 @@ zmq = "0.10.0"
dotenv = "0.15.0"
dotenv_codegen = "0.15"
chrono = "0.4.24"
diesel = {version="1.4.1", features = ["postgres", "chrono"]}
diesel = {version="2.1.2", features = ["postgres", "chrono"]}
lazy_static = "1.0.0"

0 comments on commit fd40583

Please sign in to comment.