From 21e574c8a03b33940af93904d0ea00509807a0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:46:17 +0000 Subject: [PATCH] Update axum-test requirement from 15.0.1 to 16.4.0 --- updated-dependencies: - dependency-name: axum-test dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef9a59e..86aed8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ anyhow = "1.0.75" tokio = { version = "1.34", features = ["full"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } thiserror = "1.0.50" -axum-test = "15.0.1" +axum-test = "16.4.0"