1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #6328 from uutils/renovate/proc-macro2-1.x

fix(deps): update rust crate proc-macro2 to 1.0.81
This commit is contained in:
Daniel Hofstetter 2024-05-03 08:50:52 +02:00 committed by GitHub
commit c1942daeb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,6 @@ edition = "2021"
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
proc-macro2 = "1.0.81"
quote = "1.0.36"
uuhelp_parser = { path = "../uuhelp_parser", version = "0.0.26" }