aboutsummaryrefslogtreecommitdiff
path: root/dhwt-codec/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-11-06 22:09:58 +0100
committermetamuffin <metamuffin@disroot.org>2023-11-15 13:33:12 +0100
commita26b535f14500fde3c7e2296ab76e89c53f821cc (patch)
tree1ff14e654378ad585f86f380654d2e4099e9e4ee /dhwt-codec/Cargo.toml
parent7904f28f4ce37f2bc6758a86bf790369c730670c (diff)
downloadvideo-codec-experiments-a26b535f14500fde3c7e2296ab76e89c53f821cc.tar
video-codec-experiments-a26b535f14500fde3c7e2296ab76e89c53f821cc.tar.bz2
video-codec-experiments-a26b535f14500fde3c7e2296ab76e89c53f821cc.tar.zst
update some stuff
Diffstat (limited to 'dhwt-codec/Cargo.toml')
-rw-r--r--dhwt-codec/Cargo.toml6
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"