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

fix(deps): update rust crate proc-macro2 to v1.0.85
This commit is contained in:
Daniel Hofstetter 2024-06-02 11:01:20 +02:00 committed by GitHub
commit d03c48845d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

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