From bd4d4dec8150db380254d152ad6d2ab01b5ba5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Mar 2019 05:38:52 +0000 Subject: [PATCH] Update strum requirement from 0.13.0 to 0.14.0 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot[bot] --- typed-html/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 8ef3ad2..e3aaa04 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" } [dependencies] typed-html-macros = { path = "../macros" } -strum = "0.13.0" +strum = "0.14.0" strum_macros = "0.13.0" mime = "0.3.12" language-tags = "0.2.2"