Bump some deps.

This commit is contained in:
Bodil Stokke 2019-03-15 14:05:05 +00:00
parent feb20ad18d
commit 10ad3b2abc
1 changed files with 5 additions and 5 deletions

View File

@ -17,10 +17,10 @@ maintenance = { status = "actively-developed" }
[dependencies] [dependencies]
typed-html-macros = { path = "../macros" } typed-html-macros = { path = "../macros" }
strum = "0.14.0" strum = "0.14.0"
strum_macros = "0.13.0" strum_macros = "0.14.0"
mime = "0.3.12" mime = "0.3.13"
language-tags = "0.2.2" language-tags = "0.2.2"
htmlescape = "0.3.1" htmlescape = "0.3.1"
proc-macro-hack = "0.5.2" proc-macro-hack = "0.5.4"
proc-macro-nested = "0.1.0" proc-macro-nested = "0.1.3"
stdweb = { version = "0.4.10", optional = true } stdweb = { version = "0.4.14", optional = true }