From a929319fe9a1a31f8b94c0242b5bc95060aada41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:55:21 +0000 Subject: [PATCH] chore(deps): bump ureq from 2.9.6 to 2.9.7 Bumps [ureq](https://github.com/algesten/ureq) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 224d6851..92715eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3331,11 +3331,11 @@ 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 0.21.7", + "base64 0.22.0", "flate2", "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5f2827d3..9167aab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0.198", features = ["derive"] } serde_yaml = "0.9.32" serde_json = { version = "1.0.116"} thiserror = "1.0.58" -ureq = "2.9.6" +ureq = "2.9.7" regex = "1.10.3" rayon = "1.10.0" ordered-float = { version = "4.2.0", features = ["serde"] }