diff --git a/Cargo.toml b/Cargo.toml index 01cb0c0..ac93226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2024" [dependencies] axum = { version = "0.8.3" } -serde = { version = "1.0.218", features = ["derive"] } -serde_json = { version = "1.0.139" } +serde = { version = "1.0.219", features = ["derive"] } +serde_json = { version = "1.0.140" } tokio = { version = "1.44.2", features = ["rt-multi-thread"] } tracing-subscriber = "0.3.19" icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.1.0-main-0dc8c153d2-680" }