Bump some deps.
This commit is contained in:
parent
feb20ad18d
commit
10ad3b2abc
|
@ -17,10 +17,10 @@ maintenance = { status = "actively-developed" }
|
|||
[dependencies]
|
||||
typed-html-macros = { path = "../macros" }
|
||||
strum = "0.14.0"
|
||||
strum_macros = "0.13.0"
|
||||
mime = "0.3.12"
|
||||
strum_macros = "0.14.0"
|
||||
mime = "0.3.13"
|
||||
language-tags = "0.2.2"
|
||||
htmlescape = "0.3.1"
|
||||
proc-macro-hack = "0.5.2"
|
||||
proc-macro-nested = "0.1.0"
|
||||
stdweb = { version = "0.4.10", optional = true }
|
||||
proc-macro-hack = "0.5.4"
|
||||
proc-macro-nested = "0.1.3"
|
||||
stdweb = { version = "0.4.14", optional = true }
|
||||
|
|
Loading…
Reference in New Issue