1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #6329 from uutils/renovate/quote-1.x

fix(deps): update rust crate quote to 1.0.36
This commit is contained in:
Daniel Hofstetter 2024-05-03 07:39:55 +02:00 committed by GitHub
commit 7ba7501844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,5 +18,5 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
quote = "1.0.36"
uuhelp_parser = { path = "../uuhelp_parser", version = "0.0.26" }