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 Oct 26, 2023
1 parent 2e61ffc commit ad5b287
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 49 deletions.
74 changes: 26 additions & 48 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 @@ -11,7 +11,7 @@ env_logger = "0.10"
hex = "0.4"
failure = "0.1.8"
crc = "3.0.1"
diesel = { version = "1.4.8", features = ["mysql", "r2d2", "numeric"] }
diesel = { version = "2.1.3", features = ["mysql", "r2d2", "numeric"] }
dotenv = "0.15.0"
chrono = "0.4.31"
molecule = "0.7.2"
Expand Down

0 comments on commit ad5b287

Please sign in to comment.