Skip to content

Commit 41fd2cb

Browse files
Update Rust crate httptest to 0.16.3 (#1634)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [httptest](https://redirect.github.com/ggriffiniii/httptest) | workspace.dependencies | patch | `0.16.1` -> `0.16.3` | --- ### Release Notes <details> <summary>ggriffiniii/httptest (httptest)</summary> ### [`v0.16.3`](https://redirect.github.com/ggriffiniii/httptest/compare/v0.16.2...v0.16.3) [Compare Source](https://redirect.github.com/ggriffiniii/httptest/compare/v0.16.2...v0.16.3) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f3c2f8 commit 41fd2cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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.16.1"
55+
httptest = "0.16.3"
5656
human_bytes = "0.4.3"
5757
humantime = "2.1.0"
5858
hyper = { version = "1", features = [ "full" ] }

0 commit comments

Comments
 (0)