From 47c0869be5ec3094420ce449481faa14f8f50977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 02:05:04 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.11.11 to 0.11.12 (#5215) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [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.11...v0.11.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- zebrad/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9eb8a702..33d4e233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3935,9 +3935,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.11" +version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" +checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" dependencies = [ "base64", "bytes", @@ -3952,10 +3952,10 @@ dependencies = [ "hyper-tls", "ipnet", "js-sys", - "lazy_static", "log", "mime", "native-tls", + "once_cell", "percent-encoding", "pin-project-lite", "rustls", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index d94734c4..5be5c7e8 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -160,7 +160,7 @@ serde_json = { version = "1.0.85", features = ["preserve_order"] } tempfile = "3.3.0" hyper = { version = "0.14.20", features = ["http1", "http2", "server"]} -reqwest = "0.11.11" +reqwest = "0.11.12" tokio = { version = "1.21.1", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.10"