From d8d28e63243ad445bf41a41f2acfa60a323f15bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:00:50 +0000 Subject: [PATCH] Bump reqwest from 0.11.16 to 0.11.18 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.16 to 0.11.18. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.16...v0.11.18) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... 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 a3218a0..950f4f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -968,9 +968,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "reqwest" -version = "0.11.16" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a869542..9c4616a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,6 @@ freezebox = "0.2.3" url = "2.3.1" promptly = "0.3.1" rand = "0.8.5" -reqwest = { version = "0.11.16", features = ["blocking"] } +reqwest = { version = "0.11.18", features = ["blocking"] } date_time_parser = "0.2.0" path-absolutize = "3.0.14"