Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump syn from 1.0.90 to 1.0.91 (#5273)
Browse files Browse the repository at this point in the history
Bumps [syn](https:/dtolnay/syn) from 1.0.90 to 1.0.91.
- [Release notes](https:/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.90...1.0.91)

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

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 Apr 8, 2022
1 parent 4c04172 commit 818da57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 node/gum/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
syn = { version = "1.0.90", features = ["full", "extra-traits"] }
syn = { version = "1.0.91", features = ["full", "extra-traits"] }
quote = "1.0.17"
proc-macro2 = "1.0.36"
proc-macro-crate = "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion node/overseer/overseer-gen/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
syn = { version = "1.0.90", features = ["full", "extra-traits"] }
syn = { version = "1.0.91", features = ["full", "extra-traits"] }
quote = "1.0.17"
proc-macro2 = "1.0.36"
proc-macro-crate = "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion xcm/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.36"
quote = "1.0.17"
syn = "1.0.90"
syn = "1.0.91"
Inflector = "0.11.4"

0 comments on commit 818da57

Please sign in to comment.