Bump proc-macro2 from 1.0.101 to 1.0.104

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to 1.0.104.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.104)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-06 18:53:07 +00:00
committed by GitHub
parent ff29e20dc9
commit ec65fdd2a9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition.workspace = true
license = "MIT"
[dependencies]
proc-macro2 = "1.0.83"
proc-macro2 = "1.0.105"
quote = "1.0.35"
syn = { version = ">= 1.0.0, < 3", features = ["full"] }