diff options
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 72dd5e581..a8b9b010d 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -9,8 +9,8 @@ publish = false | |||
9 | doctest = false | 9 | doctest = false |
10 | 10 | ||
11 | [dependencies] | 11 | [dependencies] |
12 | walkdir = "2.1.3" | 12 | walkdir = "2.3.1" |
13 | pico-args = "0.3.0" | 13 | pico-args = "0.3.1" |
14 | quote = "1.0.2" | 14 | quote = "1.0.2" |
15 | proc-macro2 = "1.0.1" | 15 | proc-macro2 = "1.0.8" |
16 | anyhow = "1.0.19" | 16 | anyhow = "1.0.26" |