diff --git a/hitbox-test/Cargo.toml b/hitbox-test/Cargo.toml index d369ec8b..0a64c5d0 100644 --- a/hitbox-test/Cargo.toml +++ b/hitbox-test/Cargo.toml @@ -37,7 +37,7 @@ tower = { workspace = true } http = { workspace = true } bytes = { workspace = true } axum = { workspace = true, features = ["macros"] } -axum-test = "18.2" +axum-test = "19.0" reqwest = "0.13" cucumber = { version = "0.22", features = ["output-junit", "libtest"] } serde-saphyr = { workspace = true }