From 9358bfa77f8ffe66b54c46f3f9c5384387e692a9 Mon Sep 17 00:00:00 2001 From: raphy Date: Sun, 12 Nov 2023 08:34:35 +0100 Subject: [PATCH] updated deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be85442..9a74643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.2.5", features = ["derive"] } -log = "0.4.17" -simple_logger = "4.1.0" +clap = { version = "4.4.8", features = ["derive"] } +log = "0.4" +simple_logger = "4.2.0"