From 75dcc345ca07e699cbc626dde2e71b6b650a6587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:16:29 +0000 Subject: [PATCH] Update hyper requirement from 0.14.28 to 1.5.0 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.28...v1.5.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- validator-firewall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator-firewall/Cargo.toml b/validator-firewall/Cargo.toml index 23a998d..c449475 100644 --- a/validator-firewall/Cargo.toml +++ b/validator-firewall/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3.18", features = [ ] } validator-firewall-common = { path = "../validator-firewall-common", features = ["user"] } serde_json = "1.0.117" -hyper = "0.14.28" +hyper = "1.5.0" reqwest = "0.11.27" duckdb = { version="1.0.0", features=["bundled"]}