From d834d112fd2036c5294b6eec351649b8c260f025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 16:10:57 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.11.3 to 0.11.7 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.3 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.3...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 | 8 ++++---- client/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84c9a05..8a25b75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1788,9 +1788,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" +checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" dependencies = [ "lazy_static", "libc", @@ -2282,9 +2282,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.3" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124" +checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" dependencies = [ "base64", "bytes 1.0.1", diff --git a/client/Cargo.toml b/client/Cargo.toml index 9fc89b7..0468ac5 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,5 +15,5 @@ serde = { version = "1.0.127", features = ['derive'] } serde_json = {version = "1.0.64"} futures = "0.3.16" shared = {path = "../shared"} -reqwest = {version="0.11.3", features=["multipart","json"]} +reqwest = {version="0.11.7", features=["multipart","json"]} percent-encoding = "2.1.0" \ No newline at end of file