Skip to content

Commit e5f2590

Browse files
authored
Merge pull request #126 from JosephLenton/chore-update-axum-test
2 parents be00ddd + adff8f1 commit e5f2590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
include:
6262
- build: pinned
6363
os: ubuntu-20.04
64-
rust: 1.72
64+
rust: 1.75
6565
# Fails on pinned version because the output changed,
6666
# so we're excluding it, but it's still tested on stable and nightly.
6767
EXCLUDE_UI_TESTS: "pattern_mismatched_types,newtype,matches_unknown_field"

integrations/axum_garde/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ garde = { version = "0.20.0", path = "../../garde", features = [
3636
"derive",
3737
] }
3838
axum = { version = "0.7", features = ["default", "macros"] }
39-
axum-test = { version = "14.10" }
39+
axum-test = { version = "15.5" }
4040
tokio = { version = "1.28", features = ["full"] }
4141
prost = { version = "0.12" }
4242
rstest = { version = "0.21" }

0 commit comments

Comments
 (0)