Merge pull request #953 from lycheeverse/dependabot/cargo/http-0.2.9

This commit is contained in:
dependabot[bot] 2023-02-20 12:24:55 +00:00 committed by GitHub
commit 8d05e5a3db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -1573,9 +1573,9 @@ dependencies = [
[[package]]
name = "http"
version = "0.2.8"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",

View file

@ -11,5 +11,5 @@ path = "builder.rs"
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.25.0", features = ["full"] }
regex = "1.7.1"
http = "0.2.8"
http = "0.2.9"
reqwest = { version = "0.11.14", features = ["gzip"] }

View file

@ -11,6 +11,6 @@ path = "collect_links.rs"
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.25.0", features = ["full"] }
regex = "1.7.1"
http = "0.2.8"
http = "0.2.9"
tokio-stream = "0.1.11"
reqwest = { version = "0.11.14", features = ["gzip"] }

View file

@ -22,7 +22,7 @@ anyhow = "1.0.69"
console = "0.15.5"
const_format = "0.2.30"
headers = "0.3.8"
http = "0.2.8"
http = "0.2.9"
indicatif = "0.17.3"
openssl-sys = "0.9.80"
pad = "0.1.6"

View file

@ -20,7 +20,7 @@ version = "0.10.3"
check-if-email-exists = "0.9.0"
email_address = "0.2.4"
glob = "0.3.1"
http = "0.2.8"
http = "0.2.9"
linkify = "0.9.0"
openssl-sys = "0.9.80"
pulldown-cmark = "0.9.2"