From f89244a2c3941c727726893702901faa2a936c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:13:46 +0000 Subject: [PATCH] build(deps): update httpmock requirement from 0.7.0 to 0.8.2 Updates the requirements on [httpmock](https://github.com/httpmock/httpmock) to permit the latest version. - [Release notes](https://github.com/httpmock/httpmock/releases) - [Changelog](https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/httpmock/httpmock/compare/v0.7.0...v0.8.2) --- updated-dependencies: - dependency-name: httpmock dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46542a9..9020062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,5 +39,5 @@ range-derive = { path = "./range-derive" } [dev-dependencies] serial_test = "3.2.0" -httpmock = "0.7.0" +httpmock = "0.8.2" fake = { version = "3.1.0", features = ["derive"] }