Upgrade libraries. Fix assert_cli

New assert_cli library requires we cast the param passed to 'is()' as
it can no longer cast implicitly. I am guessing this is because it is
due to confusion between whether to cast to u8 or str
This commit is contained in:
andy.boot
2019-12-30 21:23:53 +00:00
parent 356d14ac0f
commit da61b15715
3 changed files with 71 additions and 195 deletions
+2 -2
View File
@@ -21,10 +21,10 @@ name = "dust"
path = "src/main.rs"
[dependencies]
ansi_term = "=0.11"
ansi_term = "=0.12"
clap = "=2.33"
jwalk = "0.4.0"
[dev-dependencies]
assert_cli = "=0.5"
assert_cli = "=0.6"
tempfile = "=3"