Skip to content

Commit

Permalink
Merge pull request #19 from brave/update-diesel
Browse files Browse the repository at this point in the history
Update diesel to 2.0 and update test client dependencies
  • Loading branch information
DJAndries authored Nov 28, 2022
2 parents f99e339 + 5771176 commit 102a4f8
Show file tree
Hide file tree
Showing 9 changed files with 303 additions and 210 deletions.
10 changes: 6 additions & 4 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 @@ -23,7 +23,7 @@ serde = "1.0"
serde_json = "1.0"
async-trait = "0.1"
rdkafka = "0.29"
diesel = { version = "1.4", features = ["postgres", "r2d2"] }
diesel = { version = "2.0", features = ["postgres", "r2d2"] }
r2d2 = "0.8"
chrono = "0.4"
tokio-util = "0.7"
Expand Down
Loading

0 comments on commit 102a4f8

Please sign in to comment.