From 085a380019eeb6ada73e78c571fba9682615a22c Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 21 Feb 2024 15:49:42 +0800 Subject: [PATCH] build(deps): axum-tets-helper has included patch-1 (#3333) Signed-off-by: tison --- Cargo.lock | 21 ++------------------- tests-integration/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3214306b920..450afc7dc02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,23 +785,6 @@ dependencies = [ "syn 2.0.43", ] -[[package]] -name = "axum-test-helper" -version = "0.1.1" -source = "git+https://github.com/sunng87/axum-test-helper.git?branch=patch-1#5aa7843ce2250144ea1b7f589f274c00cf1af4ab" -dependencies = [ - "axum", - "bytes", - "http", - "http-body", - "hyper", - "reqwest", - "serde", - "tokio", - "tower", - "tower-service", -] - [[package]] name = "axum-test-helper" version = "0.3.0" @@ -8894,7 +8877,7 @@ dependencies = [ "auth", "axum", "axum-macros", - "axum-test-helper 0.3.0", + "axum-test-helper", "base64 0.21.5", "bytes", "catalog", @@ -9967,7 +9950,7 @@ dependencies = [ "async-trait", "auth", "axum", - "axum-test-helper 0.1.1", + "axum-test-helper", "catalog", "chrono", "client", diff --git a/tests-integration/Cargo.toml b/tests-integration/Cargo.toml index 2ac802909fe6..35645b6a2cc2 100644 --- a/tests-integration/Cargo.toml +++ b/tests-integration/Cargo.toml @@ -13,7 +13,7 @@ arrow-flight.workspace = true async-trait = "0.1" auth.workspace = true axum.workspace = true -axum-test-helper = { git = "https://github.com/sunng87/axum-test-helper.git", branch = "patch-1" } +axum-test-helper = "0.3.0" catalog.workspace = true chrono.workspace = true client = { workspace = true, features = ["testing"] }