From 618bd02724939173079bfc3b786239d8ec89a9cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 20:32:21 +0000 Subject: [PATCH] build(deps): update femme requirement from 1.3.0 to 2.1.0 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/compare/1.3.0...2.1.0) 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..4a7385a4f 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.1.0" rand = "0.7.3" surf = "1.0.3" tempdir = "0.3.7"