aboutsummaryrefslogtreecommitdiff
path: root/evc/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-04 23:38:11 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-04 23:38:11 +0200
commit2b30206e06a271021dc13128464c8b622685e2e4 (patch)
treef65b2df26a86405db72153a83966233ff792f84c /evc/Cargo.toml
parent330cbef6f1953de3e1cbeb5aed03e951bc101965 (diff)
downloadvideo-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar
video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar.bz2
video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar.zst
a
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r--evc/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml
index dbfc725..84df2aa 100644
--- a/evc/Cargo.toml
+++ b/evc/Cargo.toml
@@ -5,13 +5,13 @@ edition = "2021"
[dependencies]
clap = { version = "*", features = ["derive"] }
-anyhow = "1.0.75"
-log = "0.4.20"
-rayon = "1.8.0"
-env_logger = "0.10.1"
+anyhow = "1.0.82"
+log = "0.4.21"
+rayon = "1.10.0"
+env_logger = "0.11.3"
rustdct = "0.7.1"
indicatif = "*"
-proc-macro2 = "1.0.69"
+proc-macro2 = "1.0.81"
[[bin]]
path = "src/bin/encode.rs"