Skip to content

Commit

Permalink
Merge pull request #131 from adrianreber/dependabot/cargo/diesel-2.0.3
Browse files Browse the repository at this point in the history
Bump diesel from 2.0.2 to 2.0.3
  • Loading branch information
adrianreber authored Jan 30, 2023
2 parents 8039b6e + 091c982 commit 4f8d545
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 @@ -9,7 +9,7 @@ regex = "1.7.1"
chrono = "0.4"
dotenv = "0.15.0"
getopts = "0.2"
diesel = { version = "2.0.2", features = ["postgres"] }
diesel = { version = "2.0.3", features = ["postgres"] }
prettytable-rs = "0.10"
console = "0.15.5"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 4f8d545

Please sign in to comment.