mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-30 18:04:46 +00:00
Bump http from 0.2.5 to 0.2.6 (#438)
Bumps [http](https://github.com/hyperium/http) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: http 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>
This commit is contained in:
parent
17d3bb627e
commit
7a4de16138
5 changed files with 7 additions and 7 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -1367,13 +1367,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
|
||||
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"fnv",
|
||||
"itoa 0.4.8",
|
||||
"itoa 1.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ path = "builder.rs"
|
|||
lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
regex = "1.4.6"
|
||||
http = "0.2.5"
|
||||
http = "0.2.6"
|
||||
reqwest = { version = "0.11.8", features = ["gzip"] }
|
||||
|
|
@ -11,6 +11,6 @@ path = "collect_links.rs"
|
|||
lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
regex = "1.4.6"
|
||||
http = "0.2.5"
|
||||
http = "0.2.6"
|
||||
tokio-stream = "0.1.7"
|
||||
reqwest = { version = "0.11.8", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ lychee-lib = { path = "../lychee-lib", version = "0.8.1" }
|
|||
anyhow = "1.0.52"
|
||||
console = "0.15.0"
|
||||
headers = "0.3.5"
|
||||
http = "0.2.5"
|
||||
http = "0.2.6"
|
||||
indicatif = "0.15.0"
|
||||
lazy_static = "1.4.0"
|
||||
openssl-sys = "0.9.72"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ check-if-email-exists = "0.8.25"
|
|||
fast_chemail = "0.9.6"
|
||||
glob = "0.3.0"
|
||||
html5ever = "0.25.1"
|
||||
http = "0.2.5"
|
||||
http = "0.2.6"
|
||||
hubcaps = "0.6.2"
|
||||
linkify = "0.8.0"
|
||||
openssl-sys = "0.9.72"
|
||||
|
|
|
|||
Loading…
Reference in a new issue