From cbfe4782d8edc8da351c2f7b34c9afa6f97824bc Mon Sep 17 00:00:00 2001 From: imbolc Date: Sat, 15 Jun 2024 14:39:07 +0600 Subject: [PATCH] Up axum-test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34cfd32..b39863e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde_json = { version = "1", optional = true } [dev-dependencies] axum = { version = "0.7", default-features = false } -axum-test = "14" +axum-test = "15" tokio = { version = "1", features = ["full"] } tokio-test = "0.4"