1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Merge pull request #3504 from sharkdp/dependabot/cargo/proc-macro2-1.0.103

build(deps): bump proc-macro2 from 1.0.95 to 1.0.103
This commit is contained in:
auto-merge-dependabot-prs[bot]
2025-12-02 22:04:00 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1217,9 +1217,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.95"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]

View File

@@ -112,7 +112,7 @@ indexmap = { version = "2.8.0", features = ["serde"] }
itertools = "0.14.0"
once_cell = "1.20"
prettyplease = "0.2.37"
proc-macro2 = "1.0.95"
proc-macro2 = "1.0.103"
quote = "1.0.40"
regex = "1.12.2"
serde = "1.0"