Update Rust crate syn to v2.0.95 (#10312)

This commit is contained in:
renovate[bot] 2025-01-06 01:19:11 +00:00 committed by GitHub
parent f93ada48e9
commit 0b9519b1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -3680,9 +3680,9 @@ dependencies = [
[[package]]
name = "syn"
version = "2.0.93"
version = "2.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a"
dependencies = [
"proc-macro2",
"quote",