Skip to content

Commit 8db55fa

Browse files
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](httpmock/httpmock@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] <[email protected]>
1 parent 4c4e5fa commit 8db55fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tower = { workspace = true, features = ["util"] }
5656
tracing = { version = "0.1", features = ["log"] }
5757

5858
[dev-dependencies]
59-
httpmock = "0.7.0"
59+
httpmock = "0.8.0"
6060
hyper-util = { workspace = true, features = [
6161
"client",
6262
"client-legacy",

0 commit comments

Comments
 (0)