From 085a56be1dd17343bead8167ced89db18104e60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jan 2021 11:52:50 -0600 Subject: [PATCH] Update quickcheck_macros requirement from 0.9 to 1.0 (#15) Updates the requirements on [quickcheck_macros](https://github.com/BurntSushi/quickcheck) to permit the latest version. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-0.9.0...quickcheck_macros-1.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffe9ca6..e650d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ futures-io = "0.3" criterion = "0.3" futures = "0.3" quickcheck = "1.0" -quickcheck_macros = "0.9" +quickcheck_macros = "1.0" [[bench]] name = "pipe"