From 1b425b1b8351e1c81ed3757a45ed6454ce84a65e Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 23 Feb 2026 01:08:15 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87ebca6..39403d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,9 @@ axum = { version = "0.7.5", features = ["macros"] } async-trait = "*" serde = {version = "1", features = ["derive"]} serde_json = "1" -reqwest = {version = "0.12.4", features = ["json"]} +reqwest = {version = "0.13.0", features = ["json"]} uuid = {version = "1.8.0", features = ["v4", "serde"]} -itertools = {version = "0.13.0"} +itertools = {version = "0.14.0"} sled = "0.34.7" chrono = {version = "0.4.38", features = ["serde"]} \ No newline at end of file