Skip to content

Commit

Permalink
fix(deps): update rust crate diesel to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent accb6a9 commit afbb993
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 64 deletions.
133 changes: 70 additions & 63 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 @@ -13,7 +13,7 @@ failure = "0.1.8"
lazy_static = "1.4"
crc = "3.0.0"
chrono = "0.4"
diesel = { version = "1.4.8", features = ["mysql", "r2d2", "numeric"] }
diesel = { version = "2.1.6", features = ["mysql", "r2d2", "numeric"] }
dotenv = "0.15.0"
molecule = "0.7.2"
serde = { version = "1.0", features = [ "derive" ] }
Expand Down

0 comments on commit afbb993

Please sign in to comment.