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

fix(deps): update rust crate proc-macro2 to v1.0.86
This commit is contained in:
Daniel Hofstetter 2024-06-21 07:54:37 +02:00 committed by GitHub
commit 339fe0ec94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -1752,9 +1752,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.85"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
"unicode-ident",
]