From 6530a70e9b3a0dad82335686fec34bb44c53eba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:14:47 +0000 Subject: [PATCH] build(deps): bump hyper-util from 0.1.2 to 0.1.3 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.2...v0.1.3) --- updated-dependencies: - dependency-name: hyper-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2efb887..c500f3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1219,9 +1219,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 1b349aa..b9d8dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ entity = { path = "entity", optional = true} sea-query = { version = "0.30.7", optional = true } pasetors = { version = "0.6.7", default-features = false, features = ["v2"] } hyper = { version = "1.1.0", features = ["http1", "http2", "client"], optional = true } -hyper-util = { version = "0.1.2", features = ["client", "client-legacy", "http1", "http2"], optional = true } +hyper-util = { version = "0.1.3", features = ["client", "client-legacy", "http1", "http2"], optional = true } hyper-tls = { version = "0.6.0", optional = true } http-body-util = { version = "0.1.0", optional = true } anyhow = "1.0.71"