From 7e7ed2e5c65d08cb4143b7269faebd30138330b3 Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 17 Dec 2024 15:44:55 +0000 Subject: [PATCH] clean --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9259c0ab..441e4459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tokio-stream = "0.1.14" tokio = "1.28" tower-http = "0.5.2" futures = { version = "0.3", default-features = false } -clap = "4.5.23" +clap = "4.4.4" tracing = "0.1.40" tracing-subscriber = "0.3.18" async-stream = "0.3.5"