From 1fe0b52d337b12a91c3c388daa2b91c2da910b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:36:37 +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 38b65873a982..fc60a2afc11d 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",