build(deps): axum-tets-helper has included patch-1 (#3333)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison
2024-02-21 15:49:42 +08:00
committed by GitHub
parent d9a96344ee
commit 085a380019
2 changed files with 3 additions and 20 deletions

21
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"] }