diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-09-11 00:10:46 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-09-11 01:35:23 +0200 |
commit | f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch) | |
tree | b2b97c894dc78a907455a6718b9122d461ec87e5 /xtask | |
parent | 9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff) | |
download | embassy-f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e.zip |
Update lots of deps
Diffstat (limited to 'xtask')
-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 ffa06ea9..1f9eabdf 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -8,7 +8,7 @@ name = "xtask" version = "0.1.0" [dependencies] -anyhow = "1.0" -xshell = "0.1" -yaml-rust = "0.4" -walkdir = "2.3.2"
\ No newline at end of file +anyhow = "1.0.43" +xshell = "0.1.17" +yaml-rust = "0.4.5" +walkdir = "2.3.2" |