diff --git a/Cargo.toml b/Cargo.toml index 15794b1..5932bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name = "demo" name = "echo" [dependencies] -axum = { version = "0.6.20", features = ["json", "macros"] } +axum = { version = "0.7.1", features = ["json", "macros"] } clap = { version = "4", features = ["derive", "env"] } once_cell = "1.18" prometheus = "0.13"