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.10 to 1.0.11
Browse files Browse the repository at this point in the history
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.10...1.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2021
1 parent 2fe2a2c commit eb58871
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/overseer/overseer-gen/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.83", features = ["full", "extra-traits"] }
quote = "1.0.10"
quote = "1.0.11"
proc-macro2 = "1.0.34"
proc-macro-crate = "1.1.0"

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 = "2018"

[dependencies]
thiserror = "1.0.30"
quote = "1.0.10"
quote = "1.0.11"
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,5 +9,5 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.34"
quote = "1.0.10"
quote = "1.0.11"
syn = "1.0.83"

0 comments on commit eb58871

Please sign in to comment.