From 0530056e75648efdca7b97ec5577ed6f936cb4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:04:25 +0000 Subject: [PATCH] Bump reqwest from 0.11.21 to 0.11.22 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.21 to 0.11.22. - [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.21...v0.11.22) --- 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 0c26a8d..0cd871c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,9 +683,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.21" +version = "0.11.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef" +checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4bfd7a2..529948a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.75" clap = { version = "4.4.6", features = ["color", "suggestions", "derive"] } colored = "2.0.4" pager = "0.16.1" -reqwest = { version = "0.11.21", features = ["blocking", "json"] } +reqwest = { version = "0.11.22", features = ["blocking", "json"] } serde = { version = "1.0.188", features = ["derive"] } [dev-dependencies]