From 246004f02610ea0faa311c89d9affbf58a4a0c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cipriani=20Bandarra?= Date: Tue, 2 Dec 2025 19:43:58 +0000 Subject: [PATCH] Chore: update dependencies --- Cargo.lock | 4 ++-- Cargo.toml | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b1eb67..b7d9b47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,9 +1164,9 @@ checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libfuzzer-sys" diff --git a/Cargo.toml b/Cargo.toml index 17b1176..a924bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,18 +10,17 @@ deadqueue = "0.2" reqwest = { version = "0.12", features = ["json", "gzip"] } reqwest-eventsource = "0.6" serde = { version = "1", features = ["derive"] } -serde_json = { version = "1"} -serde_with = { version = "3.9", features = ["base64"]} +serde_json = { version = "1" } +serde_with = { version = "3.16", features = ["base64"] } tracing = "0.1" tokio = { version = "1" } tokio-stream = "0.1.17" [dev-dependencies] -console = "0.16.0" +console = "0.16.1" dialoguer = "0.12.0" dotenvy = "0.15.7" -image = "0.25.2" -indicatif = "0.18.0" -tokio = { version = "1.47.0", features = ["full"] } -tracing-subscriber = "0.3.20" - +image = "0.25.9" +indicatif = "0.18.3" +tokio = { version = "1.48.0", features = ["full"] } +tracing-subscriber = "0.3.22"