Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Bump diesel from 1.4.8 to 2.2.3
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.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@v1.4.8...v2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 4991db5 commit 6b2a1e7
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 15 deletions.
142 changes: 128 additions & 14 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 @@ -6,6 +6,6 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
diesel = {version = "1.4.8", features = ["postgres"]}
diesel = {version = "2.2.3", features = ["postgres"]}
diesel-derive-enum = {version = "1.1.2", features = ["postgres"]}
dotenv = "0.15.0"

0 comments on commit 6b2a1e7

Please sign in to comment.