Update rust versions

This commit is contained in:
2024-12-31 18:57:47 +01:00
parent ef24403f6e
commit 2f0197ad08
13 changed files with 95 additions and 59 deletions

View File

@@ -8,10 +8,10 @@ panic = "abort"
[dependencies]
cdtypes = {path = "../cdtypes"}
clap = {version = "4.4.11", features = ["derive"]}
colored = "2.1.0"
clap = {version = "4.5.23", features = ["derive"]}
colored = "2.2.0"
hound = "3.5.1"
no-comment = "0.0.3"
paste = "1.0.14"
paste = "1.0.15"
roxmltree = "0.19.0"
tool_helper = {path = "../tool_helper"}