From 912cc24ffce2195ec45c37995e9839b49aac9151 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:11:03 +0000 Subject: [PATCH] Update Rust crate ureq to 2.9.7 Update ureq from 2.9.7 to 2.9.7 Change-type: patch --- auth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/Cargo.toml b/auth/Cargo.toml index 7c7ec1ea..0b089fe5 100644 --- a/auth/Cargo.toml +++ b/auth/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ureq = "2.9.6" +ureq = "2.9.7"