aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-09-11 00:10:46 +0200
committerDario Nieuwenhuis <[email protected]>2021-09-11 01:35:23 +0200
commitf2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch)
treeb2b97c894dc78a907455a6718b9122d461ec87e5 /xtask
parent9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff)
Update lots of deps
Diffstat (limited to 'xtask')
-rw-r--r--xtask/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index ffa06ea9e..1f9eabdf5 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -8,7 +8,7 @@ name = "xtask"
8version = "0.1.0" 8version = "0.1.0"
9 9
10[dependencies] 10[dependencies]
11anyhow = "1.0" 11anyhow = "1.0.43"
12xshell = "0.1" 12xshell = "0.1.17"
13yaml-rust = "0.4" 13yaml-rust = "0.4.5"
14walkdir = "2.3.2" \ No newline at end of file 14walkdir = "2.3.2"