From 1a783f95e5ac197ba55799e54475814d6a4222de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:35:01 -0500 Subject: [PATCH] Bump ureq from 2.8.0 to 2.9.0 (#3207) Bumps [ureq](https://github.com/algesten/ureq) from 2.8.0 to 2.9.0. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f3ca6f55..9fbee07ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1888,9 +1888,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "ureq" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" +checksum = "7830e33f6e25723d41a63f77e434159dad02919f18f55a512b5f16f3b1d77138" dependencies = [ "base64", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 33abd97a7..88d53382b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,5 +39,5 @@ strum = "0.25" strum_macros = "0.25" tempfile = "3" thiserror = "1.0" -ureq = "^2.8.0" +ureq = "^2.9.0" uuid = { version = "^1.6.0", features = ["serde", "v4"] }