@@ -17,50 +17,54 @@ anyhow = "1.0.56"
1717async-trait = " 0.1"
1818base64 = " 0.13.0"
1919bb8-redis = " 0.13"
20- clap = {version = " 4" , features = [" derive" ]}
20+ clap = { version = " 4" , features = [" derive" ] }
2121futures = " 0.3"
22- hex = {version = " 0.4" , features = [" alloc" ]}
22+ hex = { version = " 0.4" , features = [" alloc" ] }
2323http = " 0.2.7"
2424log = " 0.4"
2525md5 = " 0.7.0"
2626nix = " 0.24.1"
27- serde = {version = " 1.0.136" , features = [" derive" ]}
28- serde_json = {version = " 1.0.81" }
27+ serde = { version = " 1.0.136" , features = [" derive" ] }
28+ serde_json = { version = " 1.0.81" }
2929simple_logger = " 2.1"
3030thiserror = " 1.0.31"
31- tokio = {version = " 1" , features = [" full" ]}
31+ tokio = { version = " 1" , features = [" full" ] }
3232tokio-retry = " 0.3"
33- uuid = {version = " 1.1.0" , features = [" v4" ]}
33+ uuid = { version = " 1.1.0" , features = [" v4" ] }
3434jsonrpsee-core = " 0.14.0"
3535mime = " 0.3"
3636mpart-async = " 0.6.0"
3737url = " 2.3.1"
3838tokio-tungstenite = { version = " 0.20" , features = [" native-tls" ] }
3939futures-util = " 0.3.25"
4040jwt = " 0.16"
41- subxt = { version = " 0.28.0" , features = [" substrate-compat" ]}
42- codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" derive" , " full" , " bit-vec" ] }
41+ subxt = { version = " 0.28.0" , features = [" substrate-compat" ] }
42+ codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [
43+ " derive" ,
44+ " full" ,
45+ " bit-vec" ,
46+ ] }
4347itertools = " 0.11"
4448ttl_cache = " 0.5"
4549
4650# for static build
4751openssl = { version = " 0.10" , features = [" vendored" ] }
48- workers = { git = " https://github.com/threefoldtech/tokio-worker-pool" , branch = " main" }
49- protobuf = { version = " 3.2.0" , features = [" with-bytes" ]}
52+ workers = { git = " https://github.com/threefoldtech/tokio-worker-pool" , branch = " main" }
53+ protobuf = { version = " 3.2.0" , features = [" with-bytes" ] }
5054
51- hyper = {version = " 0.14" , features = [" full" ]}
55+ hyper = { version = " 0.14" , features = [" full" ] }
5256hyper-tungstenite = " 0.11"
5357lazy_static = " 1.4.0"
54- prometheus = {version = " 0.13.3" , features = [" process" ]}
58+ prometheus = { version = " 0.13.3" , features = [" process" ] }
5559
56- tfchain-client = { git = " https://github.com/threefoldtech/tfchain.git" , version = " 0.2.0" , branch = " development" }
60+ tfchain-client = { git = " https://github.com/threefoldtech/tfchain.git" , version = " 0.2.0" , branch = " development" }
5761reqwest = " 0.11"
5862
5963# for e2e
6064bip39 = { version = " 2.0.0" , default-features = false }
61- substrate-bip39 = { version = " 0.4.4 " }
65+ substrate-bip39 = { version = " = 0.4.5 " }
6266secp256k1 = " 0.26"
63- aes-gcm = { version = " 0.10" , features = [" aes" , " alloc" ] }
67+ aes-gcm = { version = " 0.10" , features = [" aes" , " alloc" ] }
6468sha2 = " 0.10"
6569rand_core = " 0.6"
6670
0 commit comments