From 56afa157224eac08432d6859abb08dbcf38d6d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:12:56 +0000 Subject: [PATCH] Bump http-body-util from 0.1.0 to 0.1.1 Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.0 to 0.1.1. - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.0...http-body-util-v0.1.1) --- 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 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d1e9c0..da882ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,12 +749,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" +checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.0.0", "http-body 1.0.0", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index bb05fbf..1f7d98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.70" [dependencies] diesel_migrations = "2.1.0" futures = "0.3.30" -http-body-util = "0.1.0" +http-body-util = "0.1.1" hyper-util = "0.1.3" isocountry = "0.3.2" maxminddb = "0.24.0"