From 4451e6f5c2e86b5a7119e63cc024749981f1f741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:01:29 +0000 Subject: [PATCH] Bump reqwest from 0.11.19 to 0.11.20 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.19 to 0.11.20. - [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.19...v0.11.20) --- 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 dc598676..c6896c1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2177,9 +2177,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.2", "bytes", diff --git a/auditor/Cargo.toml b/auditor/Cargo.toml index 6479daa6..0e2b1a6a 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.8", features = ["chrono"] } rand = "0.8" -reqwest = { version = "0.11.19", default-features = false, features = ["json", "rustls-tls", "blocking"] } +reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls", "blocking"] } anyhow = "1" regex = "1" num-traits = "^0.2"