aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-23 15:34:44 -0400
committerGitHub <noreply@github.com>2022-05-23 15:34:44 -0400
commit08d96305af5bfd2a5d3c4b16a3cc2aac1d2eecbd (patch)
treee266d3999caa6c0fccc1414d561e0b0e11edacf2
parent019af1d532c54bc483e8ace1b77a59e69d542bd4 (diff)
downloadxesite-08d96305af5bfd2a5d3c4b16a3cc2aac1d2eecbd.tar.xz
xesite-08d96305af5bfd2a5d3c4b16a3cc2aac1d2eecbd.zip
build(deps): bump http-body from 0.4.4 to 0.4.5 (#479)
Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/hyperium/http-body/releases) - [Changelog](https://github.com/hyperium/http-body/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: http-body 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 e73ef7d..31dfdbc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1022,9 +1022,9 @@ dependencies = [
[[package]]
name = "http-body"
-version = "0.4.4"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
+checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",