From 29fb0a19cd82721fa4b5f3b10dfe630a9e4ccd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:26:45 +0000 Subject: [PATCH] chore(deps): update httpmock requirement from 0.7.0 to 0.8.1 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.1) --- updated-dependencies: - dependency-name: httpmock dependency-version: 0.8.1 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..30984632 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.1" hyper-util = { workspace = true, features = [ "client", "client-legacy",