Skip to content

Commit

Permalink
build(deps): update syn requirement from 1.0.14 to 2.0.55
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.14...2.0.55)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent d5e9c1d commit 1221353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlp-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.56.1"
proc-macro = true

[dependencies]
syn = "1.0.14"
syn = "2.0.55"
quote = "1.0.2"
proc-macro2 = "1.0.8"

Expand Down

0 comments on commit 1221353

Please sign in to comment.