Skip to content

Commit fb7362f

Browse files
authored
Bump proc-macro-crate to the latest version (#4409)
This PR bumps `proc-macro-crate` to the latest version. In order to test a runtime from https://github.com/polkadot-fellows/runtimes/ with the latest version of polkadot-sdk one needs to use `cargo vendor` to extract all runtime dependencies, patch them by hand and then build the runtime. However at the moment 'vendored' builds fail due to bkchr/proc-macro-crate#48. To fix this `proc-macro-crate` should be updated to version `3.0.1` or higher. --------- Co-authored-by: command-bot <>
1 parent e973ac9 commit fb7362f

File tree

14 files changed

+247
-238
lines changed

14 files changed

+247
-238
lines changed

Cargo.lock

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

polkadot/node/core/backing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ statement-table = { package = "polkadot-statement-table", path = "../../../state
2121
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
2222
gum = { package = "tracing-gum", path = "../../gum" }
2323
thiserror = { workspace = true }
24-
fatality = "0.0.6"
24+
fatality = "0.1.0"
2525
schnellru = "0.2.1"
2626

2727
[dev-dependencies]

polkadot/node/core/dispute-coordinator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parity-scale-codec = "3.6.1"
1616
kvdb = "0.13.0"
1717
thiserror = { workspace = true }
1818
schnellru = "0.2.1"
19-
fatality = "0.0.6"
19+
fatality = "0.1.0"
2020

2121
polkadot-primitives = { path = "../../../primitives" }
2222
polkadot-node-primitives = { path = "../../primitives" }

polkadot/node/core/prospective-parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = "0.3.30"
1414
gum = { package = "tracing-gum", path = "../../gum" }
1515
parity-scale-codec = "3.6.4"
1616
thiserror = { workspace = true }
17-
fatality = "0.0.6"
17+
fatality = "0.1.0"
1818
bitvec = "1"
1919

2020
polkadot-primitives = { path = "../../../primitives" }

polkadot/node/core/provisioner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ polkadot-node-primitives = { path = "../../primitives" }
1919
polkadot-node-subsystem = { path = "../../subsystem" }
2020
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
2121
futures-timer = "3.0.2"
22-
fatality = "0.0.6"
22+
fatality = "0.1.0"
2323
schnellru = "0.2.1"
2424

2525
[dev-dependencies]

polkadot/node/network/availability-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = { workspace = true }
2525
rand = "0.8.5"
2626
derive_more = "0.99.17"
2727
schnellru = "0.2.1"
28-
fatality = "0.0.6"
28+
fatality = "0.1.0"
2929

3030
[dev-dependencies]
3131
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }

polkadot/node/network/availability-recovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = "0.3.30"
1414
tokio = "1.37"
1515
schnellru = "0.2.1"
1616
rand = "0.8.5"
17-
fatality = "0.0.6"
17+
fatality = "0.1.0"
1818
thiserror = { workspace = true }
1919
async-trait = "0.1.79"
2020
gum = { package = "tracing-gum", path = "../../gum" }

polkadot/node/network/bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ polkadot-node-subsystem = { path = "../../subsystem" }
2424
polkadot-overseer = { path = "../../overseer" }
2525
parking_lot = "0.12.1"
2626
bytes = "1"
27-
fatality = "0.0.6"
27+
fatality = "0.1.0"
2828
thiserror = { workspace = true }
2929

3030
[dev-dependencies]

polkadot/node/network/collator-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ polkadot-node-network-protocol = { path = "../protocol" }
2424
polkadot-node-primitives = { path = "../../primitives" }
2525
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
2626
polkadot-node-subsystem = { path = "../../subsystem" }
27-
fatality = "0.0.6"
27+
fatality = "0.1.0"
2828
thiserror = { workspace = true }
2929
tokio-util = "0.7.1"
3030

polkadot/node/network/dispute-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sc-network = { path = "../../../../substrate/client/network" }
2525
sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" }
2626
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
2727
thiserror = { workspace = true }
28-
fatality = "0.0.6"
28+
fatality = "0.1.0"
2929
schnellru = "0.2.1"
3030
indexmap = "2.0.0"
3131

0 commit comments

Comments
 (0)