From a01f7ed57ae5ed4595af1fddaf5f4ef0277ebb39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:23:21 +0000 Subject: [PATCH] Bump reqwest from 0.9.22 to 0.9.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.22 to 0.9.24. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.24/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.22...v0.9.24) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- src/all/Cargo.toml | 2 +- src/frontend-api/Cargo.toml | 2 +- src/invoker/Cargo.toml | 2 +- src/userlist/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 528b8193..1e593020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2581,9 +2581,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.9.22" +version = "0.9.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c2064233e442ce85c77231ebd67d9eca395207dec2127fe0bbedde4bd29a650" +checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab" dependencies = [ "base64 0.10.1", "bytes", diff --git a/src/all/Cargo.toml b/src/all/Cargo.toml index afc6dd2a..8a235d95 100644 --- a/src/all/Cargo.toml +++ b/src/all/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" frontend-engine = {path = "../frontend-engine"} [dev-dependencies] -reqwest = "0.9.22" +reqwest = "0.9.24" serde_json = "1.0.44" base64 = "0.11.0" diff --git a/src/frontend-api/Cargo.toml b/src/frontend-api/Cargo.toml index 433b2d4c..db7d80c1 100644 --- a/src/frontend-api/Cargo.toml +++ b/src/frontend-api/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Mikail Bagishov "] edition = "2018" [dependencies] -reqwest = "0.9.22" +reqwest = "0.9.24" serde = "1.0.103" graphql_client = "0.8.0" frontend-api-derive = {path = "../frontend-api-derive"} diff --git a/src/invoker/Cargo.toml b/src/invoker/Cargo.toml index fcfa8ee5..1ac95b71 100644 --- a/src/invoker/Cargo.toml +++ b/src/invoker/Cargo.toml @@ -32,7 +32,7 @@ util = {path = "../util"} slog-scope = "4.3.0" anyhow = "1.0.25" thiserror = "1.0.9" -reqwest = "0.9.22" +reqwest = "0.9.24" [features] beautiful_backtrace = ["color-backtrace"] diff --git a/src/userlist/Cargo.toml b/src/userlist/Cargo.toml index 41890320..93df8c9f 100644 --- a/src/userlist/Cargo.toml +++ b/src/userlist/Cargo.toml @@ -12,6 +12,6 @@ base64 = "0.11.0" pest = "2.1.2" pest_derive = "2.1.0" graphql_client = "0.8.0" -reqwest = "0.9.22" +reqwest = "0.9.24" serde = { version = "1.0.103", features = ["derive"] } uuid = "0.7.4"