diff options
author | kjeremy <[email protected]> | 2021-01-19 16:56:45 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2021-01-19 16:56:45 +0000 |
commit | db0aaeca33d430de00587958f82844f088d84a30 (patch) | |
tree | 99301373b1d72d0bb780fea81e5cfbbe88acbc79 /xtask/Cargo.toml | |
parent | 02edb4b31be02fdab9c970cafb38439f472c0696 (diff) |
Update pico-args
Should maintains existing behavior
Diffstat (limited to 'xtask/Cargo.toml')
-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 4abc7b053..4e6b439fd 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | [dependencies] | 12 | [dependencies] |
13 | anyhow = "1.0.26" | 13 | anyhow = "1.0.26" |
14 | flate2 = "1.0" | 14 | flate2 = "1.0" |
15 | pico-args = "0.3.1" | 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.9" |