From 8c6d19beeaf4848d07978d9b04f7c32958527551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:53:30 +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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4dd6b3..63b038a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,9 +31,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[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 = "bumpalo" @@ -553,9 +553,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/Cargo.toml b/Cargo.toml index fac6229..fc7ae8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [".github/*", "images/*.psd", "credentials.ini", ".gitignore"] [dependencies] discord-rich-presence = "0.2.3" -ureq = { version = "2.9.6", features = ["json"] } +ureq = { version = "2.9.7", features = ["json"] } configparser = { version = "3.0.2", features = ["indexmap"] } serde = { version = "1.0.198", features = ["derive"] } chrono = "0.4.38"