From d953133b11eb0211e6e7a918dc292de2ae3c12d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 11:31:41 +0000 Subject: [PATCH] Update assert_fs requirement from 0.13 to 1.0 Updates the requirements on [assert_fs](https://github.com/assert-rs/assert_fs) to permit the latest version. - [Release notes](https://github.com/assert-rs/assert_fs/releases) - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/compare/v0.13.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- mlar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index 604e3896..22798028 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -22,5 +22,5 @@ rand_chacha = "0.2" [dev-dependencies] assert_cmd = "1.0" -assert_fs = "0.13" +assert_fs = "1.0" permutate = "0.3"