Skip to content

Commit 0e85957

Browse files
authored
bump Substrate (#352)
1 parent 2de1e02 commit 0e85957

File tree

15 files changed

+98
-98
lines changed

15 files changed

+98
-98
lines changed

Cargo.dev.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ members = [
1818
resolver = "2"
1919

2020
[patch.crates-io]
21-
frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
22-
frame-support = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
23-
frame-system = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
24-
pallet-balances = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
25-
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
26-
pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
27-
pallet-treasury = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
28-
sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
29-
sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
30-
sp-arithmetic = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
31-
sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
32-
sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
33-
sp-io = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
34-
sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
35-
sp-runtime-interface = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
36-
sp-std = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
37-
sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
38-
sp-version = { git = "https://github.com/paritytech/substrate.git", rev = "9c5fc1caf63bc24eff0e6ef0b3d033cd14359ab0" }
21+
frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
22+
frame-support = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
23+
frame-system = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
24+
pallet-balances = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
25+
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
26+
pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
27+
pallet-treasury = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
28+
sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
29+
sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
30+
sp-arithmetic = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
31+
sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
32+
sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
33+
sp-io = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
34+
sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
35+
sp-runtime-interface = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
36+
sp-std = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
37+
sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }
38+
sp-version = { git = "https://github.com/paritytech/substrate.git", rev = "8b3e4c86bc5a86570a3091e470011604fb46d324" }

auction/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ edition = "2018"
1010
[dependencies]
1111
serde = { version = "1.0.111", optional = true }
1212
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
13-
sp-runtime = { version = "2.0.0", default-features = false }
14-
sp-io = { version = "2.0.0", default-features = false }
15-
sp-std = { version = "2.0.0", default-features = false }
13+
sp-runtime = { version = "2.0.1", default-features = false }
14+
sp-io = { version = "2.0.1", default-features = false }
15+
sp-std = { version = "2.0.1", default-features = false }
1616

17-
frame-support = { version = "2.0.0", default-features = false }
18-
frame-system = { version = "2.0.0", default-features = false }
17+
frame-support = { version = "2.0.1", default-features = false }
18+
frame-system = { version = "2.0.1", default-features = false }
1919

2020
orml-traits = { path = "../traits", version = "0.3.3-dev", default-features = false }
2121

2222
[dev-dependencies]
23-
sp-core = { version = "2.0.0", default-features = false }
23+
sp-core = { version = "2.0.1", default-features = false }
2424

2525
[features]
2626
default = ["std"]

authority/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ edition = "2018"
1010
[dependencies]
1111
serde = { version = "1.0.111", optional = true }
1212
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
13-
sp-runtime = { version = "2.0.0", default-features = false }
14-
sp-io = { version = "2.0.0", default-features = false }
15-
sp-std = { version = "2.0.0", default-features = false }
13+
sp-runtime = { version = "2.0.1", default-features = false }
14+
sp-io = { version = "2.0.1", default-features = false }
15+
sp-std = { version = "2.0.1", default-features = false }
1616

17-
frame-support = { version = "2.0.0", default-features = false }
18-
frame-system = { version = "2.0.0", default-features = false }
17+
frame-support = { version = "2.0.1", default-features = false }
18+
frame-system = { version = "2.0.1", default-features = false }
1919

2020
orml-traits = { path = "../traits", version = "0.3.3-dev", default-features = false }
2121

2222
[dev-dependencies]
23-
sp-core = { version = "2.0.0", default-features = false }
24-
pallet-scheduler = { version = "2.0.0" }
23+
sp-core = { version = "2.0.1", default-features = false }
24+
pallet-scheduler = { version = "2.0.1" }
2525

2626
[features]
2727
default = ["std"]

benchmarking/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ edition = "2018"
1010
[dependencies]
1111
paste = "0.1.16"
1212
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
13-
sp-api = { version = "2.0.0", default-features = false }
14-
sp-runtime-interface = { version = "2.0.0", default-features = false }
15-
sp-runtime = { version = "2.0.0", default-features = false }
16-
sp-std = { version = "2.0.0", default-features = false }
17-
sp-io = { version = "2.0.0", default-features = false }
18-
frame-support = { version = "2.0.0", default-features = false }
19-
frame-system = { version = "2.0.0", default-features = false }
20-
frame-benchmarking = { version = "2.0.0", default-features = false }
13+
sp-api = { version = "2.0.1", default-features = false }
14+
sp-runtime-interface = { version = "2.0.1", default-features = false }
15+
sp-runtime = { version = "2.0.1", default-features = false }
16+
sp-std = { version = "2.0.1", default-features = false }
17+
sp-io = { version = "2.0.1", default-features = false }
18+
frame-support = { version = "2.0.1", default-features = false }
19+
frame-system = { version = "2.0.1", default-features = false }
20+
frame-benchmarking = { version = "2.0.1", default-features = false }
2121

2222
[dev-dependencies]
2323
hex-literal = "0.2.1"

currencies/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ edition = "2018"
1010
[dependencies]
1111
serde = { version = "1.0.111", optional = true }
1212
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
13-
sp-runtime = { version = "2.0.0", default-features = false }
14-
sp-io = { version = "2.0.0", default-features = false }
15-
sp-std = { version = "2.0.0", default-features = false }
13+
sp-runtime = { version = "2.0.1", default-features = false }
14+
sp-io = { version = "2.0.1", default-features = false }
15+
sp-std = { version = "2.0.1", default-features = false }
1616

17-
frame-support = { version = "2.0.0", default-features = false }
18-
frame-system = { version = "2.0.0", default-features = false }
17+
frame-support = { version = "2.0.1", default-features = false }
18+
frame-system = { version = "2.0.1", default-features = false }
1919

2020
orml-traits = { path = "../traits", version = "0.3.3-dev", default-features = false }
2121
orml-utilities = { path = "../utilities", version = "0.3.3-dev", default-features = false }
2222

2323
[dev-dependencies]
24-
sp-core = { version = "2.0.0", default-features = false }
24+
sp-core = { version = "2.0.1", default-features = false }
2525
pallet-balances = "2.0.0"
2626
orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.3.3-dev" }
2727

gradually-update/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ edition = "2018"
99

1010
[dependencies]
1111
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
12-
frame-support = { version = "2.0.0", default-features = false }
13-
frame-system = { version = "2.0.0", default-features = false }
14-
sp-io = { version = "2.0.0", default-features = false }
15-
sp-std = { version = "2.0.0", default-features = false }
16-
sp-core = { version = "2.0.0", default-features = false }
17-
sp-runtime = { version = "2.0.0", default-features = false }
12+
frame-support = { version = "2.0.1", default-features = false }
13+
frame-system = { version = "2.0.1", default-features = false }
14+
sp-io = { version = "2.0.1", default-features = false }
15+
sp-std = { version = "2.0.1", default-features = false }
16+
sp-core = { version = "2.0.1", default-features = false }
17+
sp-runtime = { version = "2.0.1", default-features = false }
1818

1919
[features]
2020
default = ["std"]

nft/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ edition = "2018"
99

1010
[dependencies]
1111
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
12-
sp-std = { version = "2.0.0", default-features = false }
13-
sp-runtime = { version = "2.0.0", default-features = false }
12+
sp-std = { version = "2.0.1", default-features = false }
13+
sp-runtime = { version = "2.0.1", default-features = false }
1414

15-
frame-support = { version = "2.0.0", default-features = false }
16-
frame-system = { version = "2.0.0", default-features = false }
15+
frame-support = { version = "2.0.1", default-features = false }
16+
frame-system = { version = "2.0.1", default-features = false }
1717

1818
[dev-dependencies]
19-
sp-io = { version = "2.0.0", default-features = false }
20-
sp-core = { version = "2.0.0", default-features = false }
19+
sp-io = { version = "2.0.1", default-features = false }
20+
sp-core = { version = "2.0.1", default-features = false }
2121

2222
[features]
2323
default = ["std"]

oracle/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ edition = "2018"
1111
serde = { version = "1.0.111", optional = true }
1212
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
1313

14-
sp-application-crypto = { version = "2.0.0", default-features = false }
15-
sp-io = { version = "2.0.0", default-features = false }
16-
sp-runtime = { version = "2.0.0", default-features = false }
17-
sp-std = { version = "2.0.0", default-features = false }
14+
sp-application-crypto = { version = "2.0.1", default-features = false }
15+
sp-io = { version = "2.0.1", default-features = false }
16+
sp-runtime = { version = "2.0.1", default-features = false }
17+
sp-std = { version = "2.0.1", default-features = false }
1818

19-
frame-support = { version = "2.0.0", default-features = false }
20-
frame-system = { version = "2.0.0", default-features = false }
19+
frame-support = { version = "2.0.1", default-features = false }
20+
frame-system = { version = "2.0.1", default-features = false }
2121

2222
orml-traits = { path = "../traits", version = "0.3.3-dev", default-features = false }
2323
orml-utilities = { path = "../utilities", version = "0.3.3-dev", default-features = false }
2424

2525
[dev-dependencies]
26-
sp-core = { version = "2.0.0", default-features = false }
26+
sp-core = { version = "2.0.1", default-features = false }
2727

2828
[features]
2929
default = ["std"]

oracle/rpc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "1.3.0" }
99
jsonrpc-core = "15.0.0"
1010
jsonrpc-core-client = "15.0.0"
1111
jsonrpc-derive = "15.0.0"
12-
sp-runtime = { version = "2.0.0" }
13-
sp-api = { version = "2.0.0" }
14-
sp-blockchain = { version = "2.0.0" }
12+
sp-runtime = { version = "2.0.1" }
13+
sp-api = { version = "2.0.1" }
14+
sp-blockchain = { version = "2.0.1" }
1515
orml-oracle-rpc-runtime-api = { path = "runtime-api" }

oracle/rpc/runtime-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2018"
66

77
[dependencies]
88
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
9-
sp-api = { default-features = false, version = "2.0.0" }
10-
sp-std = { default-features = false, version = "2.0.0" }
9+
sp-api = { default-features = false, version = "2.0.1" }
10+
sp-std = { default-features = false, version = "2.0.1" }
1111

1212
[features]
1313
default = ["std"]

0 commit comments

Comments
 (0)