diff --git a/core/tauri-runtime/Cargo.toml b/core/tauri-runtime/Cargo.toml index d88bbb3c33f2..b99c33020827 100644 --- a/core/tauri-runtime/Cargo.toml +++ b/core/tauri-runtime/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1" thiserror = "1" tauri-utils = { version = "1.6.1", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] } -http = "0.2" +http = "1.0" http-range = "0.1" raw-window-handle = "0.5" rand = "0.8" diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 9c64beab97ae..916b0c125cc2 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -75,7 +75,7 @@ tempfile = "3" zip = { version = "0.6", default-features = false, optional = true } # 0.7(?) raised msrv ignore = "0.4" flate2 = "1" -http = "0.2" # All other crates we use here are still on 0.2 +http = "1.0" # All other crates we use here are still on 0.2 dirs-next = "2.0" percent-encoding = "2" base64 = { version = "0.22", optional = true }