Skip to content

Commit 0adb476

Browse files
committed
Update dependencies.
1 parent 19202c7 commit 0adb476

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.dev.toml

+18-18
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ members = [
1515
]
1616

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

tokens/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ orml-traits = { path = "../traits", version = "0.3.3-dev", default-features = fa
2323
sp-core = { version = "2.0.0", default-features = false }
2424
pallet-treasury = { version = "2.0.0" }
2525
#TODO: use cargo version once `bounties` and `tips` pallets are released.
26-
pallet-bounties = { git = "https://github.com/paritytech/substrate.git", rev = "c9d93653e567f10867273b0171f3025419795c37" }
27-
pallet-tips = { git = "https://github.com/paritytech/substrate.git", rev = "c9d93653e567f10867273b0171f3025419795c37" }
26+
pallet-bounties = { git = "https://github.com/paritytech/substrate.git", rev = "df287fe393d7d4ee3b42b2594c42cac5a24ea2ab" }
27+
pallet-tips = { git = "https://github.com/paritytech/substrate.git", rev = "df287fe393d7d4ee3b42b2594c42cac5a24ea2ab" }
2828
pallet-elections-phragmen = { version = "2.0.0" }
2929

3030
clear_on_drop = { version = "0.2.4", features = ["no_cc"] } # https://github.com/paritytech/substrate/issues/4179

0 commit comments

Comments
 (0)