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"] }