fix(deps): update all deps

This commit is contained in:
Ashley Williams 2023-03-29 12:06:19 -05:00
parent 21bc106733
commit 35d8061436
2 changed files with 6 additions and 6 deletions

View File

@ -17,10 +17,10 @@ proc-macro = true
[dependencies] [dependencies]
lalrpop-util = "0.19" lalrpop-util = "0.19"
ansi_term = "0.12.0" ansi_term = "0.12.1"
proc-macro2 = "1.0.49" proc-macro2 = "1.0.54"
quote = "1.0.2" quote = "1.0.26"
[build-dependencies] [build-dependencies]
lalrpop = "0.19.9" lalrpop = "0.19.9"
version_check = "0.9.1" version_check = "0.9.4"

View File

@ -15,7 +15,7 @@ keywords = ["jsx", "html"]
axohtml-macros = { path = "../macros" } axohtml-macros = { path = "../macros" }
strum = "0.24" strum = "0.24"
strum_macros = "0.24" strum_macros = "0.24"
mime = "0.3.13" mime = "0.3.17"
language-tags = "0.3" language-tags = "0.3"
htmlescape = "0.3.1" htmlescape = "0.3.1"
proc-macro-nested = "0.1.3" proc-macro-nested = "0.1.7"