diff options
| author | tslil clingman <> | 2021-10-15 21:37:43 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-15 21:37:43 -0400 |
| commit | 93bd7e3aa2d2b615018c6d118ef3bf13aa0b0ab1 (patch) | |
| tree | ebcc20d7665caa0022c255c60ce698d2b7b73d21 /Cargo.toml | |
| parent | a0f3a7f8ba9036d1fcb18941a54077082f15cf3c (diff) | |
Update dependenciesgui
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pancurses = "0.16.1" +pancurses = "0.17.0" argparse = "0.2.2" -chrono = "0.4.10" -fltk = "^0.13" +chrono = "0.4.19" +fltk = "^1.2" #0.13 ... |
