diff options
Diffstat (limited to 'Cargo.toml')
| -rwxr-xr-x | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,9 +12,9 @@ include = ["src/", "presets/patterns/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -colored = "2.0.0" -crossterm = "0.25.0" -include_dir = "0.7.3" +colored = "2.1.0" +crossterm = "0.28.1" +include_dir = "0.7.4" rand = "0.8.5" -tui = "0.19.0" +ratatui = "0.29.0" |
