From a086df59b310a016af7e92366ae5f1a8582db1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 03:03:59 +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.1) --- 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 51e4546..9b48382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,6 @@ color-eyre = { version = "0.5", optional = true } build-binary = ["env_logger", "structopt", "color-eyre"] [dev-dependencies] -httpmock = "0.5" +httpmock = "0.6" assert_cmd = "1.0" predicates = "1.0"