From 975123468c8f5b3ccf1605ebb650da6cc20467ab Mon Sep 17 00:00:00 2001 From: Jelson Stoelben Rodrigues Date: Thu, 25 Sep 2025 10:25:08 -0300 Subject: [PATCH] chore: bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0bad8e1..a6f937b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,12 +6,12 @@ edition = "2024" [dependencies] http = {version = "1.3.1"} dotenv = {version = "0.15.0"} -serde_json = "1.0.142" -reqwest = { version = "0.12.22", features = ["json", "cookies", "blocking"] } -chrono = { version = "0.4.41" } +serde_json = "1.0.145" +reqwest = { version = "0.12.23", features = ["json", "cookies", "blocking"] } +chrono = { version = "0.4.42" } itertools = {version = "0.14.0"} ipaddress = {version = "0.1.3"} -zip = { version = "4.3.0"} +zip = { version = "5.1.1"} walkdir = { version = "2.5.0"} lettre = {version = "0.11.18", features = ["builder"]} -anyhow = { version = "1.0.99"} \ No newline at end of file +anyhow = { version = "1.0.100"} \ No newline at end of file