Bump http from 0.2.3 to 0.2.4

Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.4.
- [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.3...v0.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-08 07:38:03 +00:00
parent 5aeea1d3f7
commit 840e1c753d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1061,9 +1061,9 @@ dependencies = [
[[package]]
name = "http"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
"bytes",
"fnv",

View file

@ -20,7 +20,7 @@ version = "0.6.0"
anyhow = "1.0.38"
futures = "0.3.13"
glob = "0.3.0"
http = "0.2.3"
http = "0.2.4"
hubcaps = "0.6.2"
linkify = "0.5.0"
regex = "1.4.5"