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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-27 06:02:45 +00:00
parent d63c2ef07b
commit 95233e4d7b
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }
[dependencies] [dependencies]
typed-html-macros = { path = "../macros" } typed-html-macros = { path = "../macros" }
strum = "0.14.0" strum = "0.15.0"
strum_macros = "0.14.0" strum_macros = "0.14.0"
mime = "0.3.13" mime = "0.3.13"
language-tags = "0.2.2" language-tags = "0.2.2"