diff options
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 ... |
