Skip to content

Commit b7e4dad

Browse files
Update Rust crate httpmock to 0.6.8 (#28)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [httpmock](https://togithub.com/alexliesenfeld/httpmock) | workspace.dependencies | patch | `0.6.7` -> `0.6.8` | --- ### Release Notes <details> <summary>alexliesenfeld/httpmock (httpmock)</summary> ### [`v0.6.8`](https://togithub.com/alexliesenfeld/httpmock/blob/HEAD/CHANGELOG.md#Version-068) [Compare Source](https://togithub.com/alexliesenfeld/httpmock/compare/v0.6.7...v0.6.8) - This is a maintenance release that updates all dependencies to the most recent version. - Fixes some dependency issues with the Docker image. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 416f287 commit b7e4dad

File tree

2 files changed

+114
-38
lines changed

2 files changed

+114
-38
lines changed

Cargo.lock

Lines changed: 113 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dialoguer = "0.10.3"
9494
dunce = "1.0.4"
9595
futures = "0.3.28"
9696
futures-retry = "0.6.0"
97-
httpmock = { version = "0.6.7", default-features = false }
97+
httpmock = { version = "0.6.8", default-features = false }
9898
indexmap = "1.9.2"
9999
indicatif = "0.17.3"
100100
indoc = "2.0.0"

0 commit comments

Comments
 (0)