From 2be3b3b896df2e618cb756884ca656e62bad25a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 02:41:08 +0200 Subject: [PATCH] Bump reqwest from 0.11.4 to 0.11.5 (#356) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.4...v0.11.5) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 ++++------ examples/builder/Cargo.toml | 2 +- examples/collect_links/Cargo.toml | 2 +- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b8c403..f71d4cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,9 +1721,9 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "native-tls" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" +checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" dependencies = [ "lazy_static", "libc", @@ -2405,9 +2405,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" +checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" dependencies = [ "async-compression", "base64 0.13.0", @@ -3321,8 +3321,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" dependencies = [ "cfg-if", - "serde", - "serde_json", "wasm-bindgen-macro", ] diff --git a/examples/builder/Cargo.toml b/examples/builder/Cargo.toml index f31c7a3..1b1367c 100644 --- a/examples/builder/Cargo.toml +++ b/examples/builder/Cargo.toml @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.7.2" } tokio = { version = "1.12.0", features = ["full"] } regex = "1.4.6" http = "0.2.5" -reqwest = { version = "0.11.3", features = ["gzip"] } \ No newline at end of file +reqwest = { version = "0.11.5", features = ["gzip"] } \ No newline at end of file diff --git a/examples/collect_links/Cargo.toml b/examples/collect_links/Cargo.toml index 465fb99..97db97a 100644 --- a/examples/collect_links/Cargo.toml +++ b/examples/collect_links/Cargo.toml @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.7.2" } tokio = { version = "1.12.0", features = ["full"] } regex = "1.4.6" http = "0.2.5" -reqwest = { version = "0.11.3", features = ["gzip"] } \ No newline at end of file +reqwest = { version = "0.11.5", features = ["gzip"] } \ No newline at end of file diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 44f5451..f84cb38 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" openssl-sys = "0.9.67" pad = "0.1.6" regex = "1.4.6" -reqwest = { version = "0.11.4", features = ["gzip"] } +reqwest = { version = "0.11.5", features = ["gzip"] } # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 1ae84ab..9665030 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -29,7 +29,7 @@ markup5ever_rcdom = "0.1.0" openssl-sys = "0.9.67" pulldown-cmark = "0.8.0" regex = "1.4.6" -reqwest = { version = "0.11.3", features = ["gzip"] } +reqwest = { version = "0.11.5", features = ["gzip"] } # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build