Skip to content

Commit

Permalink
build(deps): update syn requirement from 1.0.107 to 2.0.3 (#43)
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.107...2.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 8269dd7 commit a690c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proc-macro2 = "1.0.50"
quote = "1.0.23"
serde = "1.0.152"
serde_derive = "1.0.152"
syn = "1.0.107"
syn = "2.0.3"
toml = "0.7.2"
url = "2.2.2"
uuid = { version = "1.2.2", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion ion_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.50"
quote = "1.0.23"
syn = "1.0.107"
syn = "2.0.3"

0 comments on commit a690c7b

Please sign in to comment.