From 7904f28f4ce37f2bc6758a86bf790369c730670c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 15 Nov 2023 13:31:47 +0100 Subject: a --- evc/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'evc/Cargo.toml') 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" -- cgit v1.2.3-70-g09d2