diff --git a/Cargo.toml b/Cargo.toml index 6cc8c06..b4cf9cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tracing-opentelemetry = "0.21.0" # Tokio to Axum and all that's in between. tokio = { version = "1", features = ["full"] } -axum = "0.6.1" +axum = "0.7.3" tower = { version = "0.4.11", features = ["limit", "load-shed", "timeout"] } tower-http = { version = "0.4.0", features = ["trace", "compression-full", "validate-request"] } hyper = "0.14.17"