From 10ad3b2abc0340762df61d0434c3f03c1b9c685a Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Fri, 15 Mar 2019 14:05:05 +0000 Subject: [PATCH] Bump some deps. --- typed-html/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }