aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-29 21:55:38 -0400
committerGitHub <noreply@github.com>2022-04-29 21:55:38 -0400
commit1dfd47708fb7a5e0d0ba7e2fb20accd770441256 (patch)
treed469db67cf999010b2c3a11ce3fa16d5f75d4098
parent4d05bd734708faadce45778b7abab821411b8426 (diff)
downloadxesite-1dfd47708fb7a5e0d0ba7e2fb20accd770441256.tar.xz
xesite-1dfd47708fb7a5e0d0ba7e2fb20accd770441256.zip
build(deps): bump http from 0.2.6 to 0.2.7 (#461)
Bumps [http](https://github.com/hyperium/http) from 0.2.6 to 0.2.7. - [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.6...v0.2.7) --- 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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bdfd62f..9e4e03f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -929,9 +929,9 @@ dependencies = [
[[package]]
name = "http"
-version = "0.2.6"
+version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
+checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
dependencies = [
"bytes",
"fnv",