Rollup merge of #86874 - klensy:bump-deps, r=Mark-Simulacrum

Bump deps

tidy: updated cargo_metadata to 0.12 (rustfmt only one left, that depends on 0.8 version in tree, waiting when it merges into rustc repo)

miow v0.3.6 -> v0.3.7, drops socket2 v0.3.19

curl v0.4.36 -> v0.4.38
curl-sys v0.4.42+curl-7.76.0 -> v0.4.44+curl-7.77.0
fixes CVE's https://curl.se/docs/vuln-7.76.0.html
This commit is contained in:
Yuki Okushi
2021-07-05 07:13:29 +09:00
committed by GitHub
2 changed files with 14 additions and 47 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
autobins = false
[dependencies]
cargo_metadata = "0.11"
cargo_metadata = "0.12"
regex = "1"
lazy_static = "1"
walkdir = "2"