From 8ee0f23e56472229eb7fe8af24a8ff352e70d072 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 20:32:30 +0000 Subject: [PATCH] build(deps): update femme requirement from 1.3.0 to 2.1.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/compare/1.3.0...2.1.1) 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..b044ad8c0 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.1" rand = "0.7.3" surf = "1.0.3" tempdir = "0.3.7"