From bfac6e766dd8e1978ef8fa98f3f988a067cc4ec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:59:02 +0100 Subject: [PATCH] chore(deps): update rust crate ureq to 2.12.1 (1.x) (#12236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/cli/Cargo.lock | 2 +- tooling/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index b6895a1f5..ffb131f73 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -2163,7 +2163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index 328c27dff..c42893e64 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -59,7 +59,7 @@ handlebars = "4.4" include_dir = "0.7" minisign = "=0.7.3" base64 = "0.22.0" -ureq = { version = "2.10.1", default-features = false, features = [ "gzip" ] } +ureq = { version = "2.12.1", default-features = false, features = [ "gzip" ] } os_info = "3" semver = "1.0" regex = "1.11.1"