Skip to content

Commit

Permalink
Bump diesel from 2.1.0 to 2.2.3 in /tests_with_diesel_cli
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.0 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.1.0...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 36c44a2 commit 12a49a4
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 8 deletions.
94 changes: 87 additions & 7 deletions tests_with_diesel_cli/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 tests_with_diesel_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Alex Whitney <[email protected]>"]
edition = "2021"

[dependencies]
diesel = { version = "2.1.0", features = ["postgres"] }
diesel = { version = "2.2.3", features = ["postgres"] }
diesel-derive-enum = { path = "./..", features = ["postgres"]}

[features]
Expand Down

0 comments on commit 12a49a4

Please sign in to comment.