diff --git a/Cargo.toml b/Cargo.toml index a1d58eb..c793f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] clap = { version = "4.5.35", features = ["derive"] } -log = "0.4.22" +log = "0.4.27" env_logger = "0.11.8" reqwest = "0.12.5" tokio = { version = "1", features = ["full"] }