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

fix(deps): update rust crate proc-macro2 to v1.0.83
This commit is contained in:
Daniel Hofstetter 2024-05-20 07:13:52 +02:00 committed by GitHub
commit 09129a5d23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

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