From d5aae12960f0f443474f4c0c8625d2654825aa4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:19:19 +0000 Subject: [PATCH] chore(deps): update rust crate hyper to v1 --- crates/tauri-driver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-driver/Cargo.toml b/crates/tauri-driver/Cargo.toml index b5cb0009a974..472379591bda 100644 --- a/crates/tauri-driver/Cargo.toml +++ b/crates/tauri-driver/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.77.2" [dependencies] anyhow = "1" -hyper = { version = "0.14", features = [ +hyper = { version = "1.0", features = [ "client", "http1", "runtime",