From 76ff296dcfb936f423b7b4eaff577c7bc796d55d Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 14 Aug 2026 16:33:39 -0400 Subject: [PATCH] bump: serde_json --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3579d7a..2ce0443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ axum = { version = "0.8.9", features = ["multipart"] } axum-extra = { version = "0.12.6", features = ["cookie"] } openssl = { version = "0.10.81", features = ["vendored"] } serde = { version = "1.0.229", features = ["derive"] } -serde_json = { version = "1.0.150" } +serde_json = { version = "1.0.151" } tokio = { version = "1.52.3", features = ["full"] } tokio-util = { version = "0.7.18", features = ["io"] } tower = { version = "0.5.3", features = ["full"] }