parsing: cargo upgrade

This commit is contained in:
Simon Gardling 2025-12-05 12:41:32 -05:00
parent 9677e8f8b4
commit c9eff77dff
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -10,11 +10,11 @@ description = "Parsing library for YTBN-Graphing-Software"
[lib] [lib]
[dependencies] [dependencies]
phf = { version = "0.11" } phf = { version = "0.13" }
exmex = {version = "0.17.5", features = ["partial"]} exmex = {version = "0.20.5", features = ["partial"]}
[build-dependencies] [build-dependencies]
phf_codegen = { version = "0.11" } phf_codegen = { version = "0.13" }
[package.metadata.cargo-all-features] [package.metadata.cargo-all-features]
skip_optional_dependencies = true #don't test optional dependencies, only features skip_optional_dependencies = true #don't test optional dependencies, only features