From f185bebafb9ba923ffc927507e3398297a19e8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:06:19 +0000 Subject: [PATCH] Bump ureq from 2.8.0 to 2.9.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af34f5..d8f4d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,9 +970,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 a493fed..92833f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" simplelog = "0.12.1" structopt = "0.3.21" -ureq = { version = "2.8.0", features = ["json"] } +ureq = { version = "2.9.0", features = ["json"] } adafruit-alphanum4 = {version = "0.1.2", optional = true} adafruit-7segment = {version = "0.1.0", optional = true}