diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-04 23:38:11 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-04 23:38:11 +0200 |
commit | 2b30206e06a271021dc13128464c8b622685e2e4 (patch) | |
tree | f65b2df26a86405db72153a83966233ff792f84c /dhwt-codec/Cargo.toml | |
parent | 330cbef6f1953de3e1cbeb5aed03e951bc101965 (diff) | |
download | video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar.bz2 video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar.zst |
a
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" |