update third-party rust libraries (#829)

This commit is contained in:
bmc-msft
2021-04-23 10:04:01 -04:00
committed by GitHub
parent 954cdac5ec
commit e759133287
2 changed files with 12 additions and 12 deletions

View File

@ -848,9 +848,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "0.14.6"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f006b8784cfb01fe7aa9c46f5f5cd4cf5c85a8c612a0653ec97642979062665"
checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54"
dependencies = [
"bytes 1.0.1",
"futures-channel",
@ -890,7 +890,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes 1.0.1",
"hyper 0.14.6",
"hyper 0.14.7",
"native-tls",
"tokio 1.5.0",
"tokio-native-tls",
@ -1662,7 +1662,7 @@ dependencies = [
"futures-util",
"http",
"http-body 0.4.1",
"hyper 0.14.6",
"hyper 0.14.7",
"hyper-tls 0.5.0",
"ipnet",
"js-sys",