Skip to content

Commit

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

---
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 and j-lanson committed Oct 28, 2024
1 parent 79e568c commit 536ea9f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion hipcheck-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = "2.0.82"
syn = "2.0.85"
2 changes: 1 addition & 1 deletion hipcheck-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ anyhow = "1.0.91"
convert_case = "0.6.0"
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = { version = "2.0.82", features = ["full", "printing"] }
syn = { version = "2.0.85", features = ["full", "printing"] }

0 comments on commit 536ea9f

Please sign in to comment.