diff options
Diffstat (limited to 'evc')
-rw-r--r-- | evc/Cargo.toml | 10 |
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" |