From 94301ac8dfc029cf9b3147fc0c5bfc762c90c9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:04:53 +0000 Subject: [PATCH] Bump reqwest from 0.11.14 to 0.11.15 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.15. - [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.14...v0.11.15) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- auditor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 743b7daa9..44bcb7d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,9 +2241,9 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "reqwest" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" +checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" dependencies = [ "base64 0.21.0", "bytes", diff --git a/auditor/Cargo.toml b/auditor/Cargo.toml index d59851e93..f0688b630 100644 --- a/auditor/Cargo.toml +++ b/auditor/Cargo.toml @@ -52,7 +52,7 @@ secrecy = { version = "0.8", features = ["serde"] } unicode-segmentation = "1" fake = { version = "2.5", features = ["chrono"] } rand = "0.8" -reqwest = { version = "0.11.14", default-features = false, features = ["json", "rustls-tls", "blocking"] } +reqwest = { version = "0.11.15", default-features = false, features = ["json", "rustls-tls", "blocking"] } anyhow = "1" regex = "1" num-traits = "^0.2"