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

Commit

Permalink
bump to quote 1.0.28 (#7306)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 authored May 29, 2023
1 parent eea39f7 commit 8eb5efc
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 @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
quote = "1.0.26"
quote = "1.0.28"
proc-macro2 = "1.0.56"
proc-macro-crate = "1.1.3"
expander = "2.0.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.workspace = true

[dependencies]
thiserror = "1.0.31"
quote = "1.0.26"
quote = "1.0.28"
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.56"
quote = "1.0.26"
quote = "1.0.28"
syn = "2.0.15"
Inflector = "0.11.4"

0 comments on commit 8eb5efc

Please sign in to comment.