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

fix(deps): update rust crate proc-macro2 to v1.0.84
This commit is contained in:
Daniel Hofstetter
2024-05-26 10:31:44 +02:00
committed by GitHub
Generated
+2 -2
View File
@@ -1734,9 +1734,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.83" version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]