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",