Skip to content

Commit

Permalink
Update httpmock requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [httpmock](https://github.com/alexliesenfeld/httpmock) to permit the latest version.
- [Release notes](https://github.com/alexliesenfeld/httpmock/releases)
- [Changelog](https://github.com/alexliesenfeld/httpmock/blob/master/CHANGELOG.md)
- [Commits](alexliesenfeld/httpmock@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: httpmock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 4d47580 commit a25355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tracing = "0.1"
[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
mockall = "0.12"
httpmock = "0.6"
httpmock = "0.7"
rand = "0.8"

[[example]]
Expand Down

0 comments on commit a25355e

Please sign in to comment.