Update Rust crate proc-macro2 to v1.0.105 (#22701)

This commit is contained in:
renovate[bot]
2026-01-18 20:52:31 -05:00
committed by GitHub
parent 709d74d831
commit e3da1757d9

4
Cargo.lock generated
View File

@@ -2653,9 +2653,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.104"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
dependencies = [
"unicode-ident",
]