Update rust versions

This commit is contained in:
Jaby
2024-12-31 18:57:47 +01:00
parent 98e801b4c7
commit f480ce64fe
13 changed files with 95 additions and 59 deletions

View File

@@ -7,8 +7,8 @@ edition = "2021"
panic = "abort"
[dependencies]
clap = {version = "4.4.11", features = ["derive"]}
clap = {version = "4.5.23", features = ["derive"]}
crossterm = "0.27.0"
ratatui = "0.25.0"
readmap = {version = "*", path = "readmap"}
tool_helper = {version = "*", path = "../tool_helper"}
tool_helper = {version = "*", path = "../tool_helper"}