From 0cb57b0ac9533c79b33d3e03e6effa5f3094e281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:22:36 +0000 Subject: [PATCH] chore(deps): bump http-body-util from 0.1.1 to 0.1.2 Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.1...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] --- Cargo.lock | 6 +++--- netmito/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1161bc5..294833b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,12 +1558,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", - "futures-core", + "futures-util", "http 1.1.0", "http-body 1.0.0", "pin-project-lite", diff --git a/netmito/Cargo.toml b/netmito/Cargo.toml index c4f89c3..5d45da9 100644 --- a/netmito/Cargo.toml +++ b/netmito/Cargo.toml @@ -20,7 +20,7 @@ clap-repl = "0.1.1" dirs = "5.0.1" figment = { version = "0.10", features = ["toml", "env"] } futures = "0.3.30" -http-body-util = { version = "0.1.0", optional = true } +http-body-util = { version = "0.1.2", optional = true } humansize = "2.1.3" humantime-serde = "1.1.1" jsonwebtoken = { workspace = true }