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,6 +7,6 @@ edition = "2021"
panic = "abort"
[dependencies]
clap = {version = "4.4.11", features = ["derive"]}
serde_json = "1.0.108"
tool_helper = {path = "../tool_helper"}
clap = {version = "4.5.23", features = ["derive"]}
serde_json = "1.0.134"
tool_helper = {path = "../tool_helper"}