Skip to content

Commit b0a122b

Browse files
dependabot[bot]Wizdave97
authored andcommitted
Bump quote from 1.0.10 to 1.0.14 (paritytech#4632)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.10 to 1.0.14. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.10...1.0.14) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 420c52b commit b0a122b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/overseer/overseer-gen/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313

1414
[dependencies]
1515
syn = { version = "1.0.83", features = ["full", "extra-traits"] }
16-
quote = "1.0.10"
16+
quote = "1.0.14"
1717
proc-macro2 = "1.0.36"
1818
proc-macro-crate = "1.1.0"
1919

node/test/performance-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
thiserror = "1.0.30"
9-
quote = "1.0.10"
9+
quote = "1.0.14"
1010
env_logger = "0.9"
1111
log = "0.4"
1212

xcm/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ proc-macro = true
99

1010
[dependencies]
1111
proc-macro2 = "1.0.36"
12-
quote = "1.0.10"
12+
quote = "1.0.14"
1313
syn = "1.0.83"
1414
Inflector = "0.11.4"

0 commit comments

Comments
 (0)