From c0849ad8cb3aefe927e1735e586ce3c72d96d16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 18:41:19 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.11.14 to 0.11.15 (#6361) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.15. - [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.14...v0.11.15) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9889dd8b5..cd97073fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3598,9 +3598,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "reqwest" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" +checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" dependencies = [ "async-compression", "base64 0.21.0", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index feec1e590..0b4e10aa4 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -186,7 +186,7 @@ serde_json = { version = "1.0.94", features = ["preserve_order"] } tempfile = "3.4.0" hyper = { version = "0.14.25", features = ["http1", "http2", "server"]} -reqwest = "0.11.14" +reqwest = "0.11.15" tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.12"