Skip to content

Commit

Permalink
Update reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jan 5, 2021
1 parent c4260e0 commit 877f441
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 149 deletions.
183 changes: 36 additions & 147 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 components/link_checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config = { path = "../config" }
errors = { path = "../errors" }

[dependencies.reqwest]
version = "0.10"
version = "0.11"
default-features = false
features = ["blocking", "rustls-tls"]

Expand Down
2 changes: 1 addition & 1 deletion components/templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ imageproc = { path = "../imageproc" }
rendering = { path = "../rendering" }

[dependencies.reqwest]
version = "0.10"
version = "0.11"
default-features = false
features = ["blocking", "rustls-tls"]

Expand Down

0 comments on commit 877f441

Please sign in to comment.