Skip to content

Commit

Permalink
build(deps): bump diesel from 2.2.1 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.2/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.1...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Jul 24, 2024
1 parent 2c91add commit 430cfa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = "0.6.1"
features = ["postgres", "serde"]

[dependencies.diesel]
version = "2.1.6"
version = "2.2.2"
features = ["postgres", "postgres_backend", "uuid"]

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion src/public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ version = "0.6.1"
features = ["postgres", "serde"]

[dependencies.diesel]
version = "2.1.6"
version = "2.2.2"
features = ["postgres", "postgres_backend", "uuid"]

[dependencies.openssl]
Expand Down

0 comments on commit 430cfa4

Please sign in to comment.