From 8db55faedf1099bdecb5ba2aa1f639846352f9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:48:02 +0000 Subject: [PATCH] chore(deps): update httpmock requirement from 0.7.0 to 0.8.0 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.0) --- updated-dependencies: - dependency-name: httpmock dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index 30f0bfa9..88ea63c3 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -56,7 +56,7 @@ tower = { workspace = true, features = ["util"] } tracing = { version = "0.1", features = ["log"] } [dev-dependencies] -httpmock = "0.7.0" +httpmock = "0.8.0" hyper-util = { workspace = true, features = [ "client", "client-legacy",