diff --git a/Cargo.toml b/Cargo.toml index 7144d93..6c52023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ features = [ [dev-dependencies] assert_matches = "1.5.0" -axum = "0.6.0" +axum = "0.7.1" metrics-exporter-prometheus = "0.12.0" tokio = { version = "1.20.1", features = ["full"] }