From b56606e9cb11f32bdeeaf28d57583b84b7781b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 07:11:17 +0000 Subject: [PATCH] build(deps): bump http_req from 0.6.1 to 0.7.1 Bumps [http_req](https://github.com/jayjamesjay/http_req) from 0.6.1 to 0.7.1. - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.6.1...v0.7.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 20 +++++++++++++------- wezterm-gui/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e44e9887e..c7906ccc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,6 +359,12 @@ dependencies = [ "byteorder", ] +[[package]] +name = "base64" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" + [[package]] name = "base64" version = "0.13.0" @@ -1633,9 +1639,9 @@ dependencies = [ [[package]] name = "http_req" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335f373129a4d09664e1ba2b2c6e43e01625aec1eb076e486da4891372c02f14" +checksum = "a52c7c08a621e56514f156ce7671a5d4c740b2bb579c054586d1d66046cc5f00" dependencies = [ "rustls", "unicase", @@ -3232,11 +3238,11 @@ dependencies = [ [[package]] name = "rustls" -version = "0.16.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e" +checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81" dependencies = [ - "base64 0.10.1", + "base64 0.12.3", "log", "ring", "sct", @@ -4352,9 +4358,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.18.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cd5736df7f12a964a5067a12c62fa38e1bd8080aff1f80bc29be7c80d19ab4" +checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f" dependencies = [ "webpki", ] diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index 11b27924f..453ffc62e 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -25,7 +25,7 @@ env-bootstrap = { path = "../env-bootstrap" } euclid = "0.20" filedescriptor = { version="0.7", path = "../filedescriptor" } hdrhistogram = "7.1" -http_req = {version="0.6", default-features=false, features=["rust-tls"]} +http_req = {version="0.7", default-features=false, features=["rust-tls"]} image = "0.23" lazy_static = "1.4" libc = "0.2"