@@ -35,11 +35,11 @@ prometheus = { version = "0.12.0", features = ["process"] }
3535lazy_static = " 1.4.0"
3636
3737# Substrate dependencies
38- sp-arithmetic = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.38 " }
38+ sp-arithmetic = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.40 " }
3939# needs to agree with subxt's version
4040sp-keyring = { version = " 7.0.0" , default_features = false }
41- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.38 " }
42- frame-support = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.38 " }
41+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.40 " }
42+ frame-support = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.40 " }
4343
4444# Subxt dependencies
4545subxt = " 0.25.0"
@@ -50,28 +50,28 @@ bitcoin = { path = "../bitcoin" }
5050
5151# Dependencies for the testing utils for integration tests
5252tempdir = { version = " 0.3.7" , optional = true }
53- interbtc = { package = " interbtc-parachain" , git = " https://github.com/interlay/interbtc" , rev = " f0772a08db719ab8841f6fd23dfef1f227d3b348 " , optional = true }
54- interbtc-runtime = { package = " testnet-kintsugi-runtime-parachain" , git = " https://github.com/interlay/interbtc" , rev = " f0772a08db719ab8841f6fd23dfef1f227d3b348 " , optional = true }
53+ interbtc = { package = " interbtc-parachain" , git = " https://github.com/interlay/interbtc" , rev = " 7a2f5ee35d93feb0529a308fe87b42674bfca8e9 " , optional = true }
54+ interbtc-runtime = { package = " testnet-kintsugi-runtime-parachain" , git = " https://github.com/interlay/interbtc" , rev = " 7a2f5ee35d93feb0529a308fe87b42674bfca8e9 " , optional = true }
5555rand = { version = " 0.7" , optional = true }
5656
5757[dependencies .primitives ]
5858git = " https://github.com/interlay/interbtc"
59- rev = " f0772a08db719ab8841f6fd23dfef1f227d3b348 "
59+ rev = " 7a2f5ee35d93feb0529a308fe87b42674bfca8e9 "
6060package = " interbtc-primitives"
6161
6262[dependencies .module-bitcoin ]
6363git = " https://github.com/interlay/interbtc"
64- rev = " f0772a08db719ab8841f6fd23dfef1f227d3b348 "
64+ rev = " 7a2f5ee35d93feb0529a308fe87b42674bfca8e9 "
6565package = " bitcoin"
6666
6767[dependencies .module-btc-relay ]
6868git = " https://github.com/interlay/interbtc"
69- rev = " f0772a08db719ab8841f6fd23dfef1f227d3b348 "
69+ rev = " 7a2f5ee35d93feb0529a308fe87b42674bfca8e9 "
7070package = " btc-relay"
7171
7272[dependencies .module-oracle-rpc-runtime-api ]
7373git = " https://github.com/interlay/interbtc"
74- rev = " f0772a08db719ab8841f6fd23dfef1f227d3b348 "
74+ rev = " 7a2f5ee35d93feb0529a308fe87b42674bfca8e9 "
7575package = " oracle-rpc-runtime-api"
7676
7777[dev-dependencies ]
0 commit comments