From 5e0fc06327bea7f3b228fabb8a41e07818e6b2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cipriani=20Bandarra?= Date: Fri, 3 Apr 2026 14:32:12 +0100 Subject: [PATCH] Chore: update dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 510547e..b4b89ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,17 +10,17 @@ edition = "2024" reqwest = { version = "0.13", features = ["json", "gzip", "stream"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -serde_with = { version = "3.16", features = ["base64"] } +serde_with = { version = "3.18", features = ["base64"] } tracing = "0.1" tokio = { version = "1" } tokio-stream = "0.1" tokio-util = "0.7.18" [dev-dependencies] -console = "0.16.2" +console = "0.16.3" dialoguer = "0.12.0" dotenvy = "0.15.7" -image = "0.25.9" -indicatif = "0.18.3" -tokio = { version = "1.49.0", features = ["full"] } -tracing-subscriber = "0.3.22" +image = "0.25.10" +indicatif = "0.18.4" +tokio = { version = "1.51.0", features = ["full"] } +tracing-subscriber = "0.3.23"