Skip to content

Commit

Permalink
build(deps): update syn requirement from =2.0.35 to =2.0.37
Browse files Browse the repository at this point in the history
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.35...2.0.37)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent 9e26acb commit 2dc8dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbiter-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ readme = "../README.md"
proc-macro = true

[dependencies]
syn = { version = "=2.0.35" }
syn = { version = "=2.0.37" }
quote = { version = "=1.0.33" }
proc-macro2 = { version = "=1.0.67" }

0 comments on commit 2dc8dee

Please sign in to comment.