From 4743b561fcee67793ac2931f8598e5cda6c50716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 04:34:56 +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 d848d40..872e465 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -24,5 +24,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"] }