Skip to content

Commit

Permalink
Bump reqwest from 0.11.6 to 0.11.7 (#415)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2021
1 parent ddd4f82 commit bcd1d67
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 examples/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
tokio = { version = "1.14.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
reqwest = { version = "0.11.6", features = ["gzip"] }
reqwest = { version = "0.11.7", features = ["gzip"] }
2 changes: 1 addition & 1 deletion examples/collect_links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
tokio = { version = "1.14.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
reqwest = { version = "0.11.6", features = ["gzip"] }
reqwest = { version = "0.11.7", features = ["gzip"] }
2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy_static = "1.4.0"
openssl-sys = "0.9.71"
pad = "0.1.6"
regex = "1.4.6"
reqwest = { version = "0.11.6", features = ["gzip"] }
reqwest = { version = "0.11.7", features = ["gzip"] }
# Make build work on Apple Silicon.
# See https://github.com/briansmith/ring/issues/1163
# This is necessary for the homebrew build
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ markup5ever_rcdom = "0.1.0"
openssl-sys = "0.9.71"
pulldown-cmark = "0.8.0"
regex = "1.4.6"
reqwest = { version = "0.11.6", features = ["gzip"] }
reqwest = { version = "0.11.7", features = ["gzip"] }
# Make build work on Apple Silicon.
# See https://github.com/briansmith/ring/issues/1163
# This is necessary for the homebrew build
Expand Down

0 comments on commit bcd1d67

Please sign in to comment.