diff --git a/Cargo.lock b/Cargo.lock index f44e62e..aa5ebd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,9 +2598,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.7" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" +checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258" dependencies = [ "async-compression", "base64 0.13.0", diff --git a/examples/builder/Cargo.toml b/examples/builder/Cargo.toml index eb28e1e..6fac02d 100644 --- a/examples/builder/Cargo.toml +++ b/examples/builder/Cargo.toml @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.8.1" } tokio = { version = "1.15.0", features = ["full"] } regex = "1.4.6" http = "0.2.5" -reqwest = { version = "0.11.7", features = ["gzip"] } \ No newline at end of file +reqwest = { version = "0.11.8", features = ["gzip"] } \ No newline at end of file diff --git a/examples/collect_links/Cargo.toml b/examples/collect_links/Cargo.toml index 150763f..dc909ce 100644 --- a/examples/collect_links/Cargo.toml +++ b/examples/collect_links/Cargo.toml @@ -13,4 +13,4 @@ tokio = { version = "1.15.0", features = ["full"] } regex = "1.4.6" http = "0.2.5" tokio-stream = "0.1.7" -reqwest = { version = "0.11.7", features = ["gzip"] } +reqwest = { version = "0.11.8", features = ["gzip"] } diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 0ded375..088570f 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" openssl-sys = "0.9.72" pad = "0.1.6" regex = "1.4.6" -reqwest = { version = "0.11.7", features = ["gzip"] } +reqwest = { version = "0.11.8", 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 b3cc0c8..55b69d7 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -27,7 +27,7 @@ linkify = "0.8.0" openssl-sys = "0.9.72" pulldown-cmark = "0.8.0" regex = "1.4.6" -reqwest = { version = "0.11.7", features = ["gzip"] } +reqwest = { version = "0.11.8", features = ["gzip"] } # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build