From 98c9705c98f287f4055b27fa0161af83b5248992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:03:26 -0700 Subject: [PATCH] Bump reqwest from 0.11.24 to 0.11.26 (#605) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.26. - [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.24...v0.11.26) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... 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 f97c9dc2..794a64f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2511,9 +2511,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64 0.21.7", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f2756c6b..db6ff356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.8.5" rcgen = "0.10.0" regex = "1.10.3" regress = "0.9.0" -reqwest = "0.11.24" +reqwest = "0.11.26" rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.16", features = ["chrono", "uuid1"] } serde = { version = "1.0.197", features = ["derive"] }