@@ -20,37 +20,37 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
2020client = [" substrate-subxt-client" ]
2121
2222[dependencies ]
23- log = " 0.4.8 "
23+ log = " 0.4.11 "
2424thiserror = " 1.0.20"
2525futures = " 0.3.5"
2626jsonrpsee = { version = " 0.1.0" , features = [" ws" ] }
2727num-traits = { version = " 0.2.12" , default-features = false }
2828serde = { version = " 1.0.114" , features = [" derive" ] }
29- serde_json = " 1.0.55 "
29+ serde_json = " 1.0.56 "
3030url = " 2.1.1"
3131codec = { package = " parity-scale-codec" , version = " 1.3" , default-features = false , features = [" derive" , " full" ] }
3232
33- frame-metadata = { version = " 11.0.0-rc4 " , package = " frame-metadata" }
34- frame-support = { version = " 2.0.0-rc4 " , package = " frame-support" }
35- sp-runtime = { version = " 2.0.0-rc4 " , package = " sp-runtime" }
36- sp-version = { version = " 2.0.0-rc4 " , package = " sp-version" }
37- pallet-indices = { version = " 2.0.0-rc4 " , package = " pallet-indices" }
33+ frame-metadata = { version = " 11.0.0-rc5 " , package = " frame-metadata" }
34+ frame-support = { version = " 2.0.0-rc5 " , package = " frame-support" }
35+ sp-runtime = { version = " 2.0.0-rc5 " , package = " sp-runtime" }
36+ sp-version = { version = " 2.0.0-rc5 " , package = " sp-version" }
37+ pallet-indices = { version = " 2.0.0-rc5 " , package = " pallet-indices" }
3838hex = " 0.4.2"
39- sp-rpc = { version = " 2.0.0-rc4 " , package = " sp-rpc" }
40- sp-core = { version = " 2.0.0-rc4 " , package = " sp-core" }
41- sc-rpc-api = { version = " 0.8.0-rc4 " , package = " sc-rpc-api" }
42- sp-transaction-pool = { version = " 2.0.0-rc4 " , package = " sp-transaction-pool" }
39+ sp-rpc = { version = " 2.0.0-rc5 " , package = " sp-rpc" }
40+ sp-core = { version = " 2.0.0-rc5 " , package = " sp-core" }
41+ sc-rpc-api = { version = " 0.8.0-rc5 " , package = " sc-rpc-api" }
42+ sp-transaction-pool = { version = " 2.0.0-rc5 " , package = " sp-transaction-pool" }
4343substrate-subxt-client = { version = " 0.2.0" , path = " client" , optional = true }
4444substrate-subxt-proc-macro = { version = " 0.9.0" , path = " proc-macro" }
4545
4646[dev-dependencies ]
47- async-std = { version = " =1.5.0 " , features = [" attributes" ] }
47+ async-std = { version = " 1.6.2 " , features = [" attributes" ] }
4848env_logger = " 0.7.1"
49- wabt = " 0.9.2"
50- wabt-sys = " =0.7.1" # pinned because 0.7.2 fails to compile
51- frame-system = { version = " 2.0.0-rc4" , package = " frame-system" }
52- pallet-balances = { version = " 2.0.0-rc4" , package = " pallet-balances" }
53- sp-keyring = { version = " 2.0.0-rc4" , package = " sp-keyring" }
49+ frame-system = { version = " 2.0.0-rc5" , package = " frame-system" }
50+ pallet-balances = { version = " 2.0.0-rc5" , package = " pallet-balances" }
51+ sp-keyring = { version = " 2.0.0-rc5" , package = " sp-keyring" }
5452substrate-subxt-client = { version = " 0.2.0" , path = " client" }
5553tempdir = " 0.3.7"
5654test-node = { path = " test-node" }
55+ wabt = " 0.9.2"
56+ wabt-sys = " 0.7.2"
0 commit comments