From 1a1e17fa1012e4db10a0f716c9b63a03b4863c9f Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 08:42:41 -0300 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe967e1..45302b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,7 @@ anyhow = { workspace = true } chrono = { workspace = true, features = ["serde"] } dirs = { workspace = true } log = { workspace = true } -env_logger = { workspace = true } serde = { workspace = true, features = ["derive"] } -serde_json = { workspace = true } tokio = { workspace = true, features = ["full"] } reqwest = { workspace = true, features = ["json", "rustls-tls"] }