1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-10 07:11:17 +00:00 committed by Wez Furlong
parent c226cd2f58
commit b56606e9cb
2 changed files with 14 additions and 8 deletions

20
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"