From 65a19c967b063d4dae34c7aa86badcb3f8bb32fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:59:16 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dragonfly-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 704c64cc..10b8ce0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index 701f330a..4ac93af9 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -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"