From b4f6260d5ff9147845fab235d036700efac9f379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:53:32 +0000 Subject: [PATCH] chore(deps): update rust crate ureq to v3 --- crates/tauri-bundler/Cargo.toml | 2 +- crates/tauri-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"