Skip to content

Commit

Permalink
chore(deps): bump syn from 2.0.96 to 2.0.98
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.96 to 2.0.98.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.96...2.0.98)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 6bb918c commit c5802cc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bearmark-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ proc-macro = true

[dependencies]
quote = "1.0.38"
syn = { version = "2.0.96", features = [] }
syn = { version = "2.0.98", features = [] }

[dev-dependencies]
syn = { version = "2.0.96", features = ["extra-traits"] }
syn = { version = "2.0.98", features = ["extra-traits"] }

0 comments on commit c5802cc

Please sign in to comment.