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

fix(deps): update rust crate proc-macro2 to v1.0.82
This commit is contained in:
Daniel Hofstetter 2024-05-07 08:27:48 +02:00 committed by GitHub
commit fde887c6b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -1763,9 +1763,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
dependencies = [
"unicode-ident",
]