From b8d850663fa39ba70b34d5cbe581d53aca463ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:48:08 +0000 Subject: [PATCH] Update hyper requirement from 0.14.27 to 1.0.1 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.27...v1.0.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb684cd..618d5bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["peopledatalabs", "person-data", "company-data", "sdk", "api"] categories = ["api-bindings"] [dependencies] -hyper = { version = "0.14.27", features = ["client", "http1"] } +hyper = { version = "1.0.1", features = ["client", "http1"] } hyper-tls = "0.5.0" reqwest = { version = "0.11.18", features = ["json", "blocking"] } serde = { version = "1.0.180", features = ["derive"] }