diff --git a/Cargo.toml b/Cargo.toml index b8779de..0518fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ publish = ["famedly"] [dependencies] -axum = { version = "0.6.1", features = ["headers"] } +axum = { version = "0.7.1", features = ["headers"] } bytes = "1.1.0" futures = "0.3.21" opentelemetry = { version = "0.18.0", features = ["metrics", "rt-tokio"] }