Skip to content

Commit

Permalink
fix(deps): update rust crate diesel to 2.1.4
Browse files Browse the repository at this point in the history
renovate[bot] committed Nov 14, 2023
1 parent 9aa3fb3 commit 6f2d7ed
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
@@ -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.3", features = ["postgres"]}
diesel = {version = "2.1.4", features = ["postgres"]}
diesel_logger = "0.3.0"
diesel_migrations = "2.1.0"
lazy_static = "1.4.0"

0 comments on commit 6f2d7ed

Please sign in to comment.