diff --git a/server/Cargo.toml b/server/Cargo.toml index 79277fcc..db65ebab 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,7 +21,7 @@ chrono = "0.4" [dependencies] anyhow = "1" -axum = {version = "0.7.4"} +axum = {version = "0.7.5"} axum-extra = {version = "0.9.2", features = ["typed-header"]} bytes = {version = "1", features = ["serde"]} chrono = "0.4"