From 35d80614361a0a27f9c157365286969bd82aa35a Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 29 Mar 2023 12:06:19 -0500 Subject: [PATCH] fix(deps): update all deps --- macros/Cargo.toml | 8 ++++---- typed-html/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 482ce54..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.9" -version_check = "0.9.1" +version_check = "0.9.4" diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 3827f92..410b1f9 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["jsx", "html"] axohtml-macros = { path = "../macros" } strum = "0.24" strum_macros = "0.24" -mime = "0.3.13" +mime = "0.3.17" language-tags = "0.3" htmlescape = "0.3.1" -proc-macro-nested = "0.1.3" +proc-macro-nested = "0.1.7"