Skip to content

Commit d2a8eae

Browse files
committed
Apply plan
1 parent 9c252c6 commit d2a8eae

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ fork-tree = { path = "substrate/utils/fork-tree", default-features = false, vers
752752
forwarded-header-value = { version = "0.1.1" }
753753
fraction = { version = "0.13.1" }
754754
frame = { path = "substrate/frame", default-features = false, package = "polkadot-sdk-frame", version = "0.7.0" }
755-
frame-benchmarking = { path = "substrate/frame/benchmarking", default-features = false, version = "38.1.0" }
755+
frame-benchmarking = { path = "substrate/frame/benchmarking", default-features = false, version = "38.1.1" }
756756
frame-benchmarking-cli = { path = "substrate/utils/frame/benchmarking-cli", default-features = false, version = "43.1.0" }
757757
frame-benchmarking-pallet-pov = { default-features = false, path = "substrate/frame/benchmarking/pov" }
758758
frame-election-provider-solution-type = { path = "substrate/frame/election-provider-support/solution-type", default-features = false, version = "14.0.1" }
@@ -1080,7 +1080,7 @@ proc-macro-warning = { version = "1.0.0", default-features = false }
10801080
proc-macro2 = { version = "1.0.64" }
10811081
procfs = { version = "0.16.0" }
10821082
prometheus = { version = "0.13.0", default-features = false }
1083-
prometheus-endpoint = { path = "substrate/utils/prometheus", default-features = false, package = "substrate-prometheus-endpoint", version = "0.17.0" }
1083+
prometheus-endpoint = { path = "substrate/utils/prometheus", default-features = false, package = "substrate-prometheus-endpoint", version = "0.17.5" }
10841084
prometheus-parse = { version = "0.2.2" }
10851085
prost = { version = "0.12.4" }
10861086
prost-build = { version = "0.12.4" }
@@ -1359,7 +1359,7 @@ xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm"
13591359
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "17.0.5" }
13601360
xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" }
13611361
xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.16.0" }
1362-
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "17.0.2" }
1362+
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "17.0.3" }
13631363
xcm-procedural = { path = "polkadot/xcm/procedural", default-features = false, version = "10.1.0" }
13641364
xcm-runtime-apis = { path = "polkadot/xcm/xcm-runtime-apis", default-features = false, version = "0.4.3" }
13651365
xcm-simulator = { path = "polkadot/xcm/xcm-simulator", default-features = false, version = "17.0.0" }

polkadot/xcm/xcm-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "An abstract and configurable XCM message executor."
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
7-
version = "17.0.2"
7+
version = "17.0.3"
88

99
[lints]
1010
workspace = true

substrate/frame/benchmarking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame-benchmarking"
3-
version = "38.1.0"
3+
version = "38.1.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"

substrate/utils/prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Endpoint to expose Prometheus metrics"
33
name = "substrate-prometheus-endpoint"
4-
version = "0.17.0"
4+
version = "0.17.5"
55
license = "Apache-2.0"
66
authors.workspace = true
77
edition.workspace = true

umbrella/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ version = "0.17.1"
800800
path = "../substrate/frame/benchmarking"
801801
default-features = false
802802
optional = true
803-
version = "38.1.0"
803+
version = "38.1.1"
804804

805805
[dependencies.frame-benchmarking-pallet-pov]
806806
path = "../substrate/frame/benchmarking/pov"
@@ -1958,7 +1958,7 @@ version = "17.0.5"
19581958
path = "../polkadot/xcm/xcm-executor"
19591959
default-features = false
19601960
optional = true
1961-
version = "17.0.2"
1961+
version = "17.0.3"
19621962

19631963
[dependencies.substrate-bip39]
19641964
path = "../substrate/utils/substrate-bip39"
@@ -2822,7 +2822,7 @@ version = "39.0.0"
28222822
path = "../substrate/utils/prometheus"
28232823
default-features = false
28242824
optional = true
2825-
version = "0.17.0"
2825+
version = "0.17.5"
28262826

28272827
[dependencies.substrate-rpc-client]
28282828
path = "../substrate/utils/frame/rpc/client"

0 commit comments

Comments
 (0)