diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-07-05 07:13:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 07:13:29 +0900 |
| commit | 433287ff31ecd211b41545c0ac8f4202be34fda0 (patch) | |
| tree | fe5bad40d7ea81c56466adb065344a63bc65002d /src/tools | |
| parent | 0e4c4cd07654f4b2486aff0b5346a6e7875be13f (diff) | |
| parent | d5e8ad4dc2bb6d0338fe207e387ae381c68af619 (diff) | |
| download | rust-433287ff31ecd211b41545c0ac8f4202be34fda0.tar.gz rust-433287ff31ecd211b41545c0ac8f4202be34fda0.zip | |
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
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index 58c32993cb6..e44d2bb7256 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" autobins = false [dependencies] -cargo_metadata = "0.11" +cargo_metadata = "0.12" regex = "1" lazy_static = "1" walkdir = "2" |
