From d90ce38fcf3d46e89bad616914160a2ccaa5d4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 04:20:22 +0000 Subject: [PATCH] Update hyper requirement from 0.14.1 to 1.1.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/v0.14.28/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.1...v0.14.28) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 9fc945b..a4ae852 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -26,5 +26,5 @@ tokio-postgres = "0.7" [dev-dependencies] futures-util = "0.3.2" -hyper = { version = "0.14.1", features = ["http1", "server", "tcp"] } +hyper = { version = "1.1.0", features = ["http1", "server", "tcp"] } tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }