From 6db81ec879b9a743ba9ba5108aef9810a09dcdb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 07:50:11 -0300 Subject: [PATCH] chore(deps) Update Rust crate ureq to 2.7 (#7274) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index fcea79064..cbf4e1853 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -32,7 +32,7 @@ tempfile = "3.6.0" log = { version = "0.4.19", features = [ "kv_unstable" ] } dirs-next = "2.0" os_pipe = "1" -ureq = { version = "2.6", default-features = false } +ureq = { version = "2.7", default-features = false } native-tls = { version = "0.2", optional = true } hex = "0.4" semver = "1"