From 6411006688a4c8a1fb8f3a676910142a39bd4682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:03:06 +0000 Subject: [PATCH] Update hyper requirement from 0.14 to 1.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/v0.14.28/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.0...v0.14.28) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typesense/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typesense/Cargo.toml b/typesense/Cargo.toml index e568fb9..c876180 100644 --- a/typesense/Cargo.toml +++ b/typesense/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0" trybuild = "1.0.42" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -hyper = { version = "0.14", features = ["http1", "http2", "client"] } +hyper = { version = "1.1", features = ["http1", "http2", "client"] } hyper-tls = { version = "0.5.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies]