Skip to content

Commit

Permalink
chore(deps): update syn requirement from 1.0.109 to 2.0.41
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@1.0.109...2.0.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 406edf8 commit b4a37a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventually-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = { version = "1.0.109", features = ["full"] }
syn = { version = "2.0.41", features = ["full"] }
quote = "1.0.33"
eventually = { path = "../eventually" }

0 comments on commit b4a37a1

Please sign in to comment.