From a2097243edeabd83d076efee08fe2f461495f71a Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 29 Mar 2023 12:00:02 -0500 Subject: [PATCH 1/3] fix(deps): update lalrpop to 0.19.9 --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ad04e2c..482ce54 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -22,5 +22,5 @@ proc-macro2 = "1.0.49" quote = "1.0.2" [build-dependencies] -lalrpop = "0.19" +lalrpop = "0.19.9" version_check = "0.9.1" From 21bc1067338e755001a12711fe85fa4f533ba73c Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 29 Mar 2023 12:01:49 -0500 Subject: [PATCH 2/3] fix(deps): update strum --- typed-html/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 79a7ea9..3827f92 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -13,8 +13,8 @@ keywords = ["jsx", "html"] [dependencies] axohtml-macros = { path = "../macros" } -strum = "0.23" -strum_macros = "0.23" +strum = "0.24" +strum_macros = "0.24" mime = "0.3.13" language-tags = "0.3" htmlescape = "0.3.1" From 35d80614361a0a27f9c157365286969bd82aa35a Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 29 Mar 2023 12:06:19 -0500 Subject: [PATCH 3/3] 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"