From f90d2e43cfe56e81094c4d95e07b69c833be3fdb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 13:59:38 +0000 Subject: [PATCH] Update hamcrest2 requirement from 0.2.3 to 0.3.0 in /spdk-rs Updates the requirements on [hamcrest2](https://github.com/Valloric/hamcrest2-rust) to permit the latest version. - [Release notes](https://github.com/Valloric/hamcrest2-rust/releases) - [Changelog](https://github.com/Valloric/hamcrest2-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Valloric/hamcrest2-rust/compare/0.2.3...0.3.0) Signed-off-by: dependabot-preview[bot] --- spdk-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spdk-rs/Cargo.toml b/spdk-rs/Cargo.toml index a5796c9..801561e 100644 --- a/spdk-rs/Cargo.toml +++ b/spdk-rs/Cargo.toml @@ -8,7 +8,7 @@ edition = '2018' libspdk-sys = { path = "libspdk-sys" } failure = "0.1.2" libc = "0.2.43" -hamcrest2 = "0.2.3" +hamcrest2 = "0.3.0" tokio = { version = "0.1.13", features = ["async-await-preview"]} futures = "0.1.25" futures_new = { package = "futures-preview", version = "0.3.0-alpha.10"}