Skip to content

Commit a866642

Browse files
Update Rust crate httptest to 0.16.1 (oxidecomputer#1410)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [httptest](https://togithub.com/ggriffiniii/httptest) | workspace.dependencies | minor | `0.15.5` -> `0.16.1` | --- ### Release Notes <details> <summary>ggriffiniii/httptest (httptest)</summary> ### [`v0.16.0`](https://togithub.com/ggriffiniii/httptest/compare/v0.15.5...v0.16.0) [Compare Source](https://togithub.com/ggriffiniii/httptest/compare/v0.15.5...v0.16.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alan Hanson <alan@oxidecomputer.com>
1 parent 01f0492 commit a866642

File tree

3 files changed

+123
-45
lines changed

3 files changed

+123
-45
lines changed

Cargo.lock

+116-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ futures = "0.3"
5252
futures-core = "0.3"
5353
hex = "0.4"
5454
http = "0.2.12"
55-
httptest = "0.15.5"
55+
httptest = "0.16.1"
5656
human_bytes = "0.4.3"
5757
humantime = "2.1.0"
5858
hyper = { version = "0.14", features = [ "full" ] }

0 commit comments

Comments
 (0)