Upgrade macro_rules_attribute to 0.1.2 (#1038)

This commit is contained in:
pacowong
2022-08-08 20:03:19 +08:00
committed by GitHub
parent 67fb60a33c
commit 67c56adf68

View File

@ -58,7 +58,7 @@ reqwest = { version = "0.11", optional = true }
cached-path = { version = "0.5", optional = true }
aho-corasick = "0.7"
paste = "1.0.6"
macro_rules_attribute = "0.0.2"
macro_rules_attribute = "0.1.2"
thiserror = "1.0.30"
fancy-regex = { version = "0.10", optional = true}
getrandom = { version = "0.2.6" }