chore(deps): Bump http-body-util from 0.1.0 to 0.1.2 (#543)
Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.0 to 0.1.2. - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.0...http-body-util-v0.1.2) --- updated-dependencies: - dependency-name: http-body-util 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
bae1ba42db
commit
65a19c967b
|
|
@ -1701,9 +1701,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "http-body-util"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840"
|
||||
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-util",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ libc = "0.2"
|
|||
fslock = "0.2.1"
|
||||
leaky-bucket = "1.0.1"
|
||||
tokio-rustls = "0.25.0-alpha.4"
|
||||
http-body-util = "0.1.0"
|
||||
http-body-util = "0.1.2"
|
||||
futures-util = "0.3.30"
|
||||
termion = "4.0.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue