From 3c3c06a8bd7d81c1d0c72ff5d436a87b92d0441f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 04:23:57 +0000 Subject: [PATCH] Bump reqwest from 0.11.6 to 0.11.7 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7. - [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.6...v0.11.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- josh-proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 360c40eb6..877fd7b65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1862,9 +1862,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" +checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" dependencies = [ "base64", "bytes", diff --git a/josh-proxy/Cargo.toml b/josh-proxy/Cargo.toml index e4c241495..fc6d93df9 100644 --- a/josh-proxy/Cargo.toml +++ b/josh-proxy/Cargo.toml @@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3.3", features = ["env-filter"]} tracing-opentelemetry = "0.16.0" opentelemetry = "0.16.0" opentelemetry-jaeger = "0.15.0" -reqwest= { version = "0.11.6", default-features = false, features = ["blocking", "json"] } +reqwest= { version = "0.11.7", default-features = false, features = ["blocking", "json"] } uuid = { version = "0.8.2", features = ["v4"] } base64 = "0.13.0" regex = "1.5.4"