From 95233e4d7b029291fcbcab3c10fd7412417fd1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 06:02:45 +0000 Subject: [PATCH] Update strum requirement from 0.14.0 to 0.15.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 11f47c2..8c14623 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } [dependencies] typed-html-macros = { path = "../macros" } -strum = "0.14.0" +strum = "0.15.0" strum_macros = "0.14.0" mime = "0.3.13" language-tags = "0.2.2"