diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-21 17:34:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-21 17:34:54 +0000 |
commit | 14de9e54a6d9ef070399b34a11634294a8cc3ca5 (patch) | |
tree | 2fcc4a63edebc2d9055b3a614575d8578d38f33d /xtask | |
parent | 238f3a51733afc564215d14d3366d2cbc4b7a64a (diff) | |
parent | 6c0f7a2f56016b2ded22460806d13026e9489a69 (diff) |
Merge #7739
7739: Bump deps r=lnicola a=lnicola
Closes #7273
bors r+
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 4e6b439fd..b379797f9 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -15,7 +15,7 @@ flate2 = "1.0" | |||
15 | pico-args = "0.4.0" | 15 | pico-args = "0.4.0" |
16 | proc-macro2 = "1.0.8" | 16 | proc-macro2 = "1.0.8" |
17 | quote = "1.0.2" | 17 | quote = "1.0.2" |
18 | ungrammar = "1.9" | 18 | ungrammar = "=1.11" |
19 | walkdir = "2.3.1" | 19 | walkdir = "2.3.1" |
20 | write-json = "0.1.0" | 20 | write-json = "0.1.0" |
21 | xshell = "0.1" | 21 | xshell = "0.1" |