From d9125e32da5884342ac021ffa6ac9d8cbf7e87e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:11:21 +0000 Subject: [PATCH] fix(deps): update rust crate ureq to 2.9.7 --- Cargo.lock | 8 ++++---- healthchecks/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e589ed..01fe9fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.7" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bitflags" @@ -738,9 +738,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "2.9.6" +version = "2.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35" +checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd" dependencies = [ "base64", "flate2", diff --git a/healthchecks/Cargo.toml b/healthchecks/Cargo.toml index 0e4f8ae..5d4760f 100644 --- a/healthchecks/Cargo.toml +++ b/healthchecks/Cargo.toml @@ -19,7 +19,7 @@ thiserror = ">=1.0.2" serde = { version = "1.0.198", default-features = false } serde_derive = "1.0.198" serde_json = "1.0.116" -ureq = { version = "2.9.6", features = ["json"] } +ureq = { version = "2.9.7", features = ["json"] } uuid.workspace = true [features]