Skip to content

Commit

Permalink
fix(deps): update rust crate diesel to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 301c15b commit b751fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
diesel = {version = "2.1.5", features = ["postgres"]}
diesel = {version = "2.1.6", features = ["postgres"]}
diesel_logger = "0.3.0"
diesel_migrations = "2.1.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit b751fbe

Please sign in to comment.