diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index e3aaa04..2567541 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -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 }