Merge pull request #32 from axodotdev/deps

dependency gardening
This commit is contained in:
ashley williams 2023-03-29 12:28:09 -05:00 committed by GitHub
commit aea28850d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 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" lalrpop = "0.19.9"
version_check = "0.9.1" version_check = "0.9.4"

View File

@ -13,9 +13,9 @@ keywords = ["jsx", "html"]
[dependencies] [dependencies]
axohtml-macros = { path = "../macros" } axohtml-macros = { path = "../macros" }
strum = "0.23" strum = "0.24"
strum_macros = "0.23" 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"