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