Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit f28493a

Browse files
Bump quote from 1.0.8 to 1.0.9 (#174)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.8...1.0.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf9067a commit f28493a

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/chain-spec/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717
[dependencies]
1818
proc-macro-crate = "0.1.4"
1919
proc-macro2 = "1.0.6"
20-
quote = "1.0.3"
20+
quote = "1.0.9"
2121
syn = "1.0.58"
2222

2323
[dev-dependencies]

client/tracing/proc-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ proc-macro = true
1717
[dependencies]
1818
proc-macro-crate = "0.1.4"
1919
proc-macro2 = "1.0.6"
20-
quote = { version = "1.0.3", features = ["proc-macro"] }
20+
quote = { version = "1.0.9", features = ["proc-macro"] }
2121
syn = { version = "1.0.58", features = ["proc-macro", "full", "extra-traits", "parsing"] }

frame/staking/reward-curve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro = true
1616

1717
[dependencies]
1818
syn = { version = "1.0.58", features = ["full", "visit"] }
19-
quote = "1.0.3"
19+
quote = "1.0.9"
2020
proc-macro2 = "1.0.6"
2121
proc-macro-crate = "0.1.4"
2222

frame/support/procedural/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717
[dependencies]
1818
frame-support-procedural-tools = { version = "3.0.0", path = "./tools" }
1919
proc-macro2 = "1.0.6"
20-
quote = "1.0.3"
20+
quote = "1.0.9"
2121
Inflector = "0.11.4"
2222
syn = { version = "1.0.58", features = ["full"] }
2323

frame/support/procedural/tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
1616
proc-macro2 = "1.0.6"
17-
quote = "1.0.3"
17+
quote = "1.0.9"
1818
syn = { version = "1.0.58", features = ["full", "visit"] }
1919
proc-macro-crate = "0.1.5"

frame/support/procedural/tools/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ proc-macro = true
1616

1717
[dependencies]
1818
proc-macro2 = "1.0.6"
19-
quote = { version = "1.0.3", features = ["proc-macro"] }
19+
quote = { version = "1.0.9", features = ["proc-macro"] }
2020
syn = { version = "1.0.58", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }

primitives/api/proc-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
proc-macro = true
1818

1919
[dependencies]
20-
quote = "1.0.3"
20+
quote = "1.0.9"
2121
syn = { version = "1.0.58", features = ["full", "fold", "extra-traits", "visit"] }
2222
proc-macro2 = "1.0.6"
2323
blake2-rfc = { version = "0.2.18", default-features = false }

primitives/debug-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
proc-macro = true
1818

1919
[dependencies]
20-
quote = "1.0.3"
20+
quote = "1.0.9"
2121
syn = "1.0.58"
2222
proc-macro2 = "1.0"
2323

primitives/runtime-interface/proc-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717

1818
[dependencies]
1919
syn = { version = "1.0.58", features = ["full", "visit", "fold", "extra-traits"] }
20-
quote = "1.0.3"
20+
quote = "1.0.9"
2121
proc-macro2 = "1.0.3"
2222
Inflector = "0.11.4"
2323
proc-macro-crate = "0.1.4"

test-utils/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/substrate/"
99
description = "Substrate test utilities macros"
1010

1111
[dependencies]
12-
quote = "1.0.6"
12+
quote = "1.0.9"
1313
syn = { version = "1.0.58", features = ["full"] }
1414
proc-macro-crate = "0.1.4"
1515

0 commit comments

Comments
 (0)