diff --git a/Cargo.toml b/Cargo.toml index 704f559..2001d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ axum = { version = "0.8.5", features = ["http2"] } axum-prometheus = "0.7.0" clap = { version = "4.5.48", features = ["derive"] } metrics-process = "2.4.0" -serde = { version = "1.0.219", features = ["derive"] } +serde = { version = "1.0.228", features = ["derive"] } sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } thiserror = "2.0.17"