diff --git a/Cargo.toml b/Cargo.toml index a131496..c37487f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ http-body = "1.0" [dev-dependencies] opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] } tokio = { version = "1.47", features = ["macros"] } -axum-test = "18.0.2" +axum-test = "19.0.0" opentelemetry-otlp = { version = "0.31.0", features = ["tokio"] }