fix(deps): update rust crate proc-macro2 to v1.0.101

This commit is contained in:
renovate[bot] 2025-08-16 20:30:44 +00:00 committed by GitHub
parent a9d77446fa
commit 41c99ee83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -2164,9 +2164,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.98"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7442a916bc70e3bf71a5305a899d53301649d2838345fa309420318b5ffafe8"
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
dependencies = [
"unicode-ident",
]