diff --git a/Cargo.toml b/Cargo.toml index 8fd1f13..963add4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] axum = { version = "0.6" } -http-serde = "1.1" +http-serde = "2.0" reqwest = { version = "0.11", features = ["tokio-rustls", "rustls-tls", "stream"], default-features = false } clap = { version = "4.5.1", features = ["derive", "env"] } tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }