From c31b0467721ce90b1b180adb608be6df4b20ed66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:19:51 +0000 Subject: [PATCH] Update httpmock requirement from 0.5 to 0.6 Updates the requirements on [httpmock](https://github.com/alexliesenfeld/httpmock) to permit the latest version. - [Release notes](https://github.com/alexliesenfeld/httpmock/releases) - [Changelog](https://github.com/alexliesenfeld/httpmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/alexliesenfeld/httpmock/compare/v0.5.0...v0.6.7) --- updated-dependencies: - dependency-name: httpmock 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 41dada5..707392d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,6 @@ rustls-tls = ["reqwest/rustls-tls"] default-tls = ["reqwest/default-tls"] [dev-dependencies] -httpmock = "0.5" +httpmock = "0.6" assert_cmd = "1.0" predicates = "2.1"