Skip to content

Commit

Permalink
Merge pull request #126 from JosephLenton/chore-update-axum-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk authored Dec 21, 2024
2 parents be00ddd + adff8f1 commit e5f2590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion integrations/axum_garde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit e5f2590

Please sign in to comment.