Skip to content

Commit

Permalink
Merge pull request #44 from JakeWharton/dependabot/cargo/reqwest-0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 24, 2020
2 parents 940148e + e5208ca commit a352cf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 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 @@ -13,7 +13,7 @@ exclude = [".github/**"]

[dependencies]
git2 = "0.13"
reqwest = { version = "0.10.6", features = ["blocking", "json"] }
reqwest = { version = "0.10.7", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.3.15"
Expand Down

0 comments on commit a352cf3

Please sign in to comment.