diff --git a/Cargo.toml b/Cargo.toml index d3d5cc0..2fe7812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.96" [dependencies] axum = { version = "0.8.9" } serde = { version = "1.0.228", features = ["derive"] } -serde_json = { version = "1.0.149" } +serde_json = { version = "1.0.150" } tokio = { version = "1.52.2", features = ["rt-multi-thread"] } tracing-subscriber = { version = "0.3.23" } tower = { version = "0.5.3", features = ["full"] }