From 4183ddcd7a9295f13ad918436be7a8cfd32c3cdb Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:54:36 +0000 Subject: [PATCH] chore(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db37547ea0..2948c38178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -227,7 +227,7 @@ http = "0.2.11" httptest = "0.15.5" hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" } humantime = "2.1.0" -hyper = "0.14" +hyper = "1.2" hyper-rustls = "0.26.0" hyper-staticfile = "0.9.5" illumos-utils = { path = "illumos-utils" }