Skip to content

Commit

Permalink
Update Rust crate httptest to 0.16.1 (oxidecomputer#1410)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
renovate[bot] and leftwo authored Sep 23, 2024
1 parent 01f0492 commit a866642
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 45 deletions.
160 changes: 116 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ futures = "0.3"
futures-core = "0.3"
hex = "0.4"
http = "0.2.12"
httptest = "0.15.5"
httptest = "0.16.1"
human_bytes = "0.4.3"
humantime = "2.1.0"
hyper = { version = "0.14", features = [ "full" ] }
Expand Down
Loading

0 comments on commit a866642

Please sign in to comment.