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

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2022
1 parent 3dd9741 commit 454abd3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 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 @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
quote = "1.0.19"
quote = "1.0.20"
proc-macro2 = "1.0.40"
proc-macro-crate = "1.1.3"
expander = "0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion node/orchestra/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true

[dependencies]
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
quote = "1.0.19"
quote = "1.0.20"
proc-macro2 = "1.0.40"
proc-macro-crate = "1.1.3"
expander = { version = "0.0.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion node/test/performance-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
thiserror = "1.0.31"
quote = "1.0.19"
quote = "1.0.20"
env_logger = "0.9"
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion xcm/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.40"
quote = "1.0.19"
quote = "1.0.20"
syn = "1.0.95"
Inflector = "0.11.4"

0 comments on commit 454abd3

Please sign in to comment.