Skip to content

Bump wiremock from 0.5.22 to 0.6.5#26

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wiremock-0.6.5
Open

Bump wiremock from 0.5.22 to 0.6.5#26
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wiremock-0.6.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps wiremock from 0.5.22 to 0.6.5.

Commits
  • 6b19304 chore: Release wiremock version 0.6.5
  • ebaa70b feat: Make method and MethodExactMatcher case in-sensitive (#165)
  • 613b4f9 Make BodyPrintLimit public (#167)
  • abfafd2 chore: Upgrade all deps to their latest version (#170)
  • 60688cf ci: Upgrade actions. Upgrade dependencies. (#169)
  • 47d83c6 Update lockfile
  • 29c5ac8 chore: Release wiremock version 0.6.4
  • ba2e0c7 Allow returning arbitrary errors (#159)
  • d007b1f Remove unmaintained surf dependency (#161)
  • 428142c chore: Release wiremock version 0.6.3
  • Additional commits viewable in compare view

@dependabot dependabot bot force-pushed the dependabot/cargo/wiremock-0.6.5 branch from 6958829 to ca11c79 Compare March 29, 2026 09:50
@sjoerdsimons sjoerdsimons enabled auto-merge March 29, 2026 09:51
@sjoerdsimons
Copy link
Copy Markdown
Contributor

@copilot please fix this PR

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.22 to 0.6.5.
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.5.22...v0.6.5)

---
updated-dependencies:
- dependency-name: wiremock
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wiremock-0.6.5 branch from ca11c79 to b36bc2e Compare March 29, 2026 09:58
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 29, 2026

@copilot please fix this PR

The PR breaks the build because django-query 0.2 (used in lava-api-mock with the wiremock feature) still depends on wiremock 0.5.22. Its EndpointWithContext and NestedEndpointWithContext types implement wiremock 0.5.x::Respond and wiremock 0.5.x::Match, which are different traits from the wiremock 0.6.5 versions. This produces 11 errors like:

error[E0277]: the trait bound `EndpointWithContext<...>: Respond` is not satisfied
error[E0277]: the trait bound `impl wiremock::mock::Match: wiremock::Match` is not satisfied

The fix will require either updating django-query to support wiremock 0.6.x, or bridging the two versions with wrappers in lava-api-mock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants