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

16
src/agent/Cargo.lock generated
View File

@ -1179,9 +1179,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",
@ -1221,7 +1221,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",
@ -1953,18 +1953,18 @@ dependencies = [
[[package]]
name = "path-absolutize"
version = "3.0.6"
version = "3.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6ab2aaa5faefed84db46e4398eab15fa51325606462b5da8b0e230af3ac59a"
checksum = "f0feea2f0a6009a0fefe6ee3aae1871e4a57d7f2aae4681ac4a34a201071c9b9"
dependencies = [
"path-dedot",
]
[[package]]
name = "path-dedot"
version = "3.0.7"
version = "3.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658c6e985fce9c25289fe7c86c08a3cbe82c19a3cd5b3bc5945c8c632552e460"
checksum = "1a14ca47b49e6abd75cf68db85e1e161d9f2b675716894a18af0e9add0266b26"
dependencies = [
"once_cell",
]
@ -2388,7 +2388,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",

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