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] <support@dependabot.com>
This commit is contained in:
parent
d63c2ef07b
commit
c2d0fa7a97
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue