Update rust dependencies

This commit is contained in:
Jaby 2025-01-20 22:41:45 +00:00
parent 9d4923d39d
commit ec25e80e72
6 changed files with 8 additions and 8 deletions

View File

@ -7,5 +7,5 @@ edition = "2021"
panic = "abort" panic = "abort"
[dependencies] [dependencies]
clap = {version = "4.5.23", features = ["derive"]} clap = {version = "4.5.27", features = ["derive"]}
tool_helper = {path = "../tool_helper"} tool_helper = {path = "../tool_helper"}

View File

@ -7,6 +7,6 @@ edition = "2021"
panic = "abort" panic = "abort"
[dependencies] [dependencies]
clap = {version = "4.5.23", features = ["derive"]} clap = {version = "4.5.27", features = ["derive"]}
serde_json = "1.0.134" serde_json = "1.0.137"
tool_helper = {path = "../tool_helper"} tool_helper = {path = "../tool_helper"}

View File

@ -8,7 +8,7 @@ panic = "abort"
[dependencies] [dependencies]
cdtypes = {path = "../cdtypes"} cdtypes = {path = "../cdtypes"}
clap = {version = "4.5.23", features = ["derive"]} clap = {version = "4.5.27", features = ["derive"]}
colored = "2.2.0" colored = "2.2.0"
hound = "3.5.1" hound = "3.5.1"
no-comment = "0.0.3" no-comment = "0.0.3"

View File

@ -26,9 +26,9 @@ symphonia-pcm = ["symphonia", "symphonia/pcm"]
symphonia-vorbis = ["symphonia", "symphonia/vorbis"] symphonia-vorbis = ["symphonia", "symphonia/vorbis"]
[dependencies] [dependencies]
bitflags = "2.6.0" bitflags = "2.8.0"
cdtypes = {path = "../cdtypes"} cdtypes = {path = "../cdtypes"}
clap = {version = "4.5.23", features = ["derive"]} clap = {version = "4.5.27", features = ["derive"]}
image = "0.24.9" image = "0.24.9"
hound = "3.5.1" hound = "3.5.1"
paste = "1.0.15" paste = "1.0.15"

View File

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

View File

@ -7,4 +7,4 @@ edition = "2021"
panic = "abort" panic = "abort"
[dependencies] [dependencies]
clap = {version = "4.5.23", features = ["derive"]} clap = {version = "4.5.27", features = ["derive"]}