From 2b30206e06a271021dc13128464c8b622685e2e4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 4 May 2024 23:38:11 +0200 Subject: a --- evc/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'evc') 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" -- cgit v1.2.3-70-g09d2