diff options
| author | Harrison Metzger <harrisonmetz@gmail.com> | 2020-01-11 02:42:45 -0600 |
|---|---|---|
| committer | Harrison Metzger <harrisonmetz@gmail.com> | 2020-01-11 02:45:38 -0600 |
| commit | 32a9cf7b8d333250729eadee311584a51718f76a (patch) | |
| tree | 7dfdceb7eabbcb441d5bcb1f5f70e02d79457f77 /Cargo.toml | |
| parent | 4b79691d5e337e60a9e8eaf7f98f5c046be90755 (diff) | |
fix: Update deps to version compatable with aarch64-pc-windows
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ edition = "2018" [dependencies] clap = "2.32.0" -indicatif = "0.9.0" -console = "0.6.2" -notify = "4.0.0" +indicatif = "0.10.3" +console = "0.7.7" +notify = "4.0.15" toml = "0.4.10" regex = "1.1.6" serde = {version = "1.0.10", features = ["derive"]} |
