Update rust dependencies
This commit is contained in:
parent
9d4923d39d
commit
ec25e80e72
|
@ -7,5 +7,5 @@ edition = "2021"
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "4.5.23", features = ["derive"]}
|
||||
clap = {version = "4.5.27", features = ["derive"]}
|
||||
tool_helper = {path = "../tool_helper"}
|
||||
|
|
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "4.5.23", features = ["derive"]}
|
||||
serde_json = "1.0.134"
|
||||
clap = {version = "4.5.27", features = ["derive"]}
|
||||
serde_json = "1.0.137"
|
||||
tool_helper = {path = "../tool_helper"}
|
||||
|
|
|
@ -8,7 +8,7 @@ panic = "abort"
|
|||
|
||||
[dependencies]
|
||||
cdtypes = {path = "../cdtypes"}
|
||||
clap = {version = "4.5.23", features = ["derive"]}
|
||||
clap = {version = "4.5.27", features = ["derive"]}
|
||||
colored = "2.2.0"
|
||||
hound = "3.5.1"
|
||||
no-comment = "0.0.3"
|
||||
|
|
|
@ -26,9 +26,9 @@ symphonia-pcm = ["symphonia", "symphonia/pcm"]
|
|||
symphonia-vorbis = ["symphonia", "symphonia/vorbis"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.6.0"
|
||||
bitflags = "2.8.0"
|
||||
cdtypes = {path = "../cdtypes"}
|
||||
clap = {version = "4.5.23", features = ["derive"]}
|
||||
clap = {version = "4.5.27", features = ["derive"]}
|
||||
image = "0.24.9"
|
||||
hound = "3.5.1"
|
||||
paste = "1.0.15"
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "4.5.23", features = ["derive"]}
|
||||
clap = {version = "4.5.27", features = ["derive"]}
|
||||
crossterm = "0.27.0"
|
||||
ratatui = "0.25.0"
|
||||
readmap = {version = "*", path = "readmap"}
|
||||
|
|
|
@ -7,4 +7,4 @@ edition = "2021"
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "4.5.23", features = ["derive"]}
|
||||
clap = {version = "4.5.27", features = ["derive"]}
|
||||
|
|
Loading…
Reference in New Issue