diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index 27fc31c95706..3149b71a8f56 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -32,7 +32,7 @@ tempfile = "3" log = { version = "0.4.21", features = ["kv"] } dirs = "6" os_pipe = "1" -ureq = { version = "2", default-features = false, features = ["socks-proxy"] } +ureq = { version = "3", default-features = false, features = ["socks-proxy"] } native-tls = { version = "0.2", optional = true } hex = "0.4" semver = "1" diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index 668680547a28..84119edccd40 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/crates/tauri-cli/Cargo.toml @@ -75,7 +75,7 @@ handlebars = "6" include_dir = "0.7" minisign = "=0.7.3" base64 = "0.22" -ureq = { version = "2", default-features = false, features = ["gzip"] } +ureq = { version = "3", default-features = false, features = ["gzip"] } os_info = "3" semver = "1" regex = "1"