diff options
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r-- | evc/Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml index ceed3a6..dbfc725 100644 --- a/evc/Cargo.toml +++ b/evc/Cargo.toml @@ -5,12 +5,13 @@ edition = "2021" [dependencies] clap = { version = "*", features = ["derive"] } -anyhow = "1.0.66" -log = "0.4.17" -rayon = "1.7.0" -env_logger = "0.10.0" +anyhow = "1.0.75" +log = "0.4.20" +rayon = "1.8.0" +env_logger = "0.10.1" rustdct = "0.7.1" indicatif = "*" +proc-macro2 = "1.0.69" [[bin]] path = "src/bin/encode.rs" |