From fe6737a6d0ee8af00015e7d27a9cd9b825d30384 Mon Sep 17 00:00:00 2001 From: omallassi Date: Wed, 17 Apr 2024 09:30:38 +0200 Subject: [PATCH] Update Cargo.toml --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f56c8c7..d82e2dc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] clap = "3.1.5" slog = "2.7.0" -slog-term = "2.9.0" +slog-term = "2.9.1" slog-async = "2.8.0" lazy_static = "1.4.0" prettytable-rs = "0.10.0"