Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 6cc9cfe commit 9416eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 martian-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = {version = "1.0", features = ['full', 'derive', 'parsing', 'printing', 'extra-traits']}
syn = {version = "2.0", features = ['full', 'derive', 'parsing', 'printing', 'extra-traits']}
quote = "1.0"
proc-macro2 = "1.0"
martian = { path = "../martian" }
Expand Down

0 comments on commit 9416eb9

Please sign in to comment.