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:
dependabot[bot] 2024-06-17 21:59:16 +08:00 committed by GitHub
parent bae1ba42db
commit 65a19c967b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1701,9 +1701,9 @@ dependencies = [
[[package]] [[package]]
name = "http-body-util" name = "http-body-util"
version = "0.1.0" version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-util", "futures-util",

View File

@ -81,7 +81,7 @@ libc = "0.2"
fslock = "0.2.1" fslock = "0.2.1"
leaky-bucket = "1.0.1" leaky-bucket = "1.0.1"
tokio-rustls = "0.25.0-alpha.4" tokio-rustls = "0.25.0-alpha.4"
http-body-util = "0.1.0" http-body-util = "0.1.2"
futures-util = "0.3.30" futures-util = "0.3.30"
termion = "4.0.0" termion = "4.0.0"