diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ad04e2c..72b4e70 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -17,10 +17,10 @@ proc-macro = true [dependencies] lalrpop-util = "0.19" -ansi_term = "0.12.0" -proc-macro2 = "1.0.49" -quote = "1.0.2" +ansi_term = "0.12.1" +proc-macro2 = "1.0.54" +quote = "1.0.26" [build-dependencies] -lalrpop = "0.19" -version_check = "0.9.1" +lalrpop = "0.19.9" +version_check = "0.9.4" diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 79a7ea9..410b1f9 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -13,9 +13,9 @@ keywords = ["jsx", "html"] [dependencies] axohtml-macros = { path = "../macros" } -strum = "0.23" -strum_macros = "0.23" -mime = "0.3.13" +strum = "0.24" +strum_macros = "0.24" +mime = "0.3.17" language-tags = "0.3" htmlescape = "0.3.1" -proc-macro-nested = "0.1.3" +proc-macro-nested = "0.1.7"