From 5b1960da4732d8bd948cb07ae008c1d0b1aeab9b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:49:51 +0000 Subject: [PATCH] Update Rust crate hyper to 1.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0461ec842..3f88a9d33d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5052,7 +5052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 797f7394d8..cc43045f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -406,7 +406,7 @@ httpmock = "0.8.0-alpha.1" httptest = "0.16.1" hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" } humantime = "2.1.0" -hyper = "1.4.1" +hyper = "1.5.0" hyper-util = "0.1.10" hyper-rustls = "0.26.0" hyper-staticfile = "0.10.0"