From c80eade74d98074d23bd706bcf60a1342ee18f9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 20:22:41 +0000 Subject: [PATCH] build(deps): update femme requirement from 1.3.0 to 2.0.1 Updates the requirements on [femme](https://github.com/lrlna/femme) to permit the latest version. - [Release notes](https://github.com/lrlna/femme/releases) - [Commits](https://github.com/lrlna/femme/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37374f7b6..f15dfef43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true } slab = { version = "0.4.2", optional = true } [dev-dependencies] -femme = "1.3.0" +femme = "2.0.1" rand = "0.7.3" surf = "1.0.3" tempdir = "0.3.7"