Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from 21re/dependabot/cargo/diesel-1.4.6
Browse files Browse the repository at this point in the history
Bump diesel from 1.4.2 to 1.4.6
  • Loading branch information
aloise authored May 5, 2023
2 parents 5debdd5 + 8b7b3ae commit 8ff7a68
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 @@ -25,7 +25,7 @@ slog-json = { version = "2.3", optional = true }
slog-stdlog = { version = "4.0", optional = true }
slog-scope = { version = "4.3", optional = true }
r2d2 = { version = "0.8", optional = true }
diesel = { version = "1.3", optional = true }
diesel = { version = "1.4", optional = true }
url = { version = "2" }
reqwest = { version = "0.10", features = ["json", "stream"] }
config = { version = "0.9", optional = true }
Expand Down

0 comments on commit 8ff7a68

Please sign in to comment.