fix(deps): update rust crate httpmock to 0.8.3 (#147)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [httpmock](https://redirect.github.com/httpmock/httpmock) |
dev-dependencies | patch | `0.8.2` → `0.8.3` |

---

### Release Notes

<details>
<summary>httpmock/httpmock (httpmock)</summary>

###
[`v0.8.3`](https://redirect.github.com/httpmock/httpmock/blob/HEAD/CHANGELOG.md#Version-083)

[Compare
Source](https://redirect.github.com/httpmock/httpmock/compare/v0.8.2...v0.8.3)

Minimum supported Rust version has been raised to 1.88.

- [#&#8203;186](https://redirect.github.com/httpmock/httpmock/pull/186):
"Remove unused code and trait methods for cleanup" (thanks
[@&#8203;FalkWoldmann](https://redirect.github.com/FalkWoldmann))
- [#&#8203;191](https://redirect.github.com/httpmock/httpmock/pull/191):
"upgrade Rust" (thanks
[@&#8203;sebdotv](https://redirect.github.com/sebdotv))
- [#&#8203;201](https://redirect.github.com/httpmock/httpmock/pull/201):
"Replace unmaintained rustls-pemfile with rustls-pki-types" (thanks
[@&#8203;aleics](https://redirect.github.com/aleics))
- [#&#8203;205](https://redirect.github.com/httpmock/httpmock/pull/205):
"Fix is\_false custom matcher" (thanks
[@&#8203;dfaust](https://redirect.github.com/dfaust))
- [#&#8203;206](https://redirect.github.com/httpmock/httpmock/pull/206):
"fix: remove unneeded 'Deserialize' trait bound" (thanks
[@&#8203;danieleades](https://redirect.github.com/danieleades) and
[@&#8203;FalkWoldmann](https://redirect.github.com/FalkWoldmann))
- [#&#8203;211](https://redirect.github.com/httpmock/httpmock/pull/211):
"style: remove unneeded 'mut'" (thanks
[@&#8203;danieleades](https://redirect.github.com/danieleades))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, 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/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
Jeremiah Russell
2026-02-11 19:29:55 +00:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -991,9 +991,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]] [[package]]
name = "httpmock" name = "httpmock"
version = "0.8.2" version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511f510e9b1888d67f10bab4397f8b019d2a9b249a2c10acbce2d705b1b32e26" checksum = "bf4888a4d02d8e1f92ffb6b4965cf5ff56dda36ef41975f41c6fa0f6bde78c4e"
dependencies = [ dependencies = [
"assert-json-diff", "assert-json-diff",
"async-object-pool", "async-object-pool",

View File

@@ -48,7 +48,7 @@ dialoguer = "0.12.0"
indicatif = "0.18.3" indicatif = "0.18.3"
[dev-dependencies] [dev-dependencies]
httpmock = "0.8.2" httpmock = "0.8.3"
tokio-test = "0.4.5" tokio-test = "0.4.5"
temp-env = "0.3.6" temp-env = "0.3.6"
tempfile = "3.24.0" tempfile = "3.24.0"

View File

@@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate flate2 to 1.1.9(pr [#146]) - deps: update rust crate flate2 to 1.1.9(pr [#146])
- deps: update rust crate env_logger to 0.11.9(pr [#145]) - deps: update rust crate env_logger to 0.11.9(pr [#145])
- deps: update rust crate clap to 4.5.58(pr [#144]) - deps: update rust crate clap to 4.5.58(pr [#144])
- deps: update rust crate httpmock to 0.8.3(pr [#147])
## [0.0.16] - 2025-10-30 ## [0.0.16] - 2025-10-30
@@ -423,6 +424,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#146]: https://github.com/jerus-org/cull-gmail/pull/146 [#146]: https://github.com/jerus-org/cull-gmail/pull/146
[#145]: https://github.com/jerus-org/cull-gmail/pull/145 [#145]: https://github.com/jerus-org/cull-gmail/pull/145
[#144]: https://github.com/jerus-org/cull-gmail/pull/144 [#144]: https://github.com/jerus-org/cull-gmail/pull/144
[#147]: https://github.com/jerus-org/cull-gmail/pull/147
[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD
[0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16 [0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16
[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15 [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15