From 89d6ba991eba48e67c7432b59d1afdcfb0070676 Mon Sep 17 00:00:00 2001 From: "josephlenton@gmail.com" Date: Wed, 21 Aug 2024 10:10:01 +0200 Subject: [PATCH 1/2] chore: update axum-test dependency to 15.5 Update axum test to the latest version. --- integrations/axum_garde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/axum_garde/Cargo.toml b/integrations/axum_garde/Cargo.toml index dcfde49..3f8330e 100644 --- a/integrations/axum_garde/Cargo.toml +++ b/integrations/axum_garde/Cargo.toml @@ -36,7 +36,7 @@ garde = { version = "0.20.0", path = "../../garde", features = [ "derive", ] } axum = { version = "0.7", features = ["default", "macros"] } -axum-test = { version = "14.10" } +axum-test = { version = "15.5" } tokio = { version = "1.28", features = ["full"] } prost = { version = "0.12" } rstest = { version = "0.21" } From adff8f17dd0671e6296a4ad79787d4cfefbb08c9 Mon Sep 17 00:00:00 2001 From: "josephlenton@gmail.com" Date: Wed, 21 Aug 2024 10:46:00 +0200 Subject: [PATCH 2/2] chore: update pinned rust to v 1.75 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30d79e2..d05af76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: include: - build: pinned os: ubuntu-20.04 - rust: 1.72 + rust: 1.75 # Fails on pinned version because the output changed, # so we're excluding it, but it's still tested on stable and nightly. EXCLUDE_UI_TESTS: "pattern_mismatched_types,newtype,matches_unknown_field"