From c2d0fa7a9702261b170e7009a20ab4939032adbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 06:02:55 +0000 Subject: [PATCH] Update strum_macros requirement from 0.14.0 to 0.15.0 Updates the requirements on [strum_macros](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..e3310df 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } [dependencies] typed-html-macros = { path = "../macros" } strum = "0.14.0" -strum_macros = "0.14.0" +strum_macros = "0.15.0" mime = "0.3.13" language-tags = "0.2.2" htmlescape = "0.3.1"