diff options
Diffstat (limited to 'dhwt-codec/Cargo.toml')
-rw-r--r-- | dhwt-codec/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhwt-codec/Cargo.toml b/dhwt-codec/Cargo.toml index 080fe20..92be2a4 100644 --- a/dhwt-codec/Cargo.toml +++ b/dhwt-codec/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -bincode = "2.0.0-rc.2" -clap = { version = "4.0.26", features = ["derive"] } -rayon = "1.6.0" +bincode = "2.0.0-rc.3" +clap = { version = "4.4.7", features = ["derive"] } +rayon = "1.8.0" |