From 8c783e27fbbb94541af853d2098d260d138e8d38 Mon Sep 17 00:00:00 2001 From: Dependency Bot Date: Wed, 27 May 2026 06:03:27 +0000 Subject: [PATCH] chore: upgrade dependencies --- Cargo.toml.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml.liquid b/Cargo.toml.liquid index 6043453..5b02d50 100644 --- a/Cargo.toml.liquid +++ b/Cargo.toml.liquid @@ -27,8 +27,8 @@ schemars = { version = "1.2", features = [ ] } {% endif %} serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" -tokio = { version = "1.52.1", default-features = false, features = [ +serde_json = "1.0.150" +tokio = { version = "1.52.3", default-features = false, features = [ "macros", "net", "rt",