File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,27 @@ cosm-utils = { path = "../../cosm-utils", features = ["keyring"] }
22
22
wasm-opt = { version = " =0.110.2" , optional = true }
23
23
serde = { version = " 1" , default-features = false , features = [" derive" ] }
24
24
serde_json = " 1"
25
- ibc-chain-registry = " 0.25 "
25
+ ibc-chain-registry = " 0.29 "
26
26
cw20 = " 1"
27
27
cw20-base = " 1"
28
28
clap = { version = " 4" , features = [" derive" , " string" ] }
29
29
clap_complete = " 4"
30
30
convert_case = " 0.6"
31
31
schemars = " 0.8"
32
32
lazy_static = " 1"
33
- inquire = " 0.6 "
34
- strum = " 0.25 "
35
- strum_macros = " 0.25 "
33
+ inquire = " 0.7 "
34
+ strum = " 0.26 "
35
+ strum_macros = " 0.26 "
36
36
thiserror = " 1"
37
37
anyhow = " 1"
38
38
tokio = { version = " 1.27" , default-features = false }
39
39
futures = " 0.3"
40
40
async-recursion = " 1"
41
- keyring = " 2 "
41
+ keyring = " 3 "
42
42
colored = " 2"
43
- colored_json = " 4 "
44
- interactive-parse = " 0.1.5 "
43
+ colored_json = " 5 "
44
+ interactive-parse = { git = " https://github.com/ewoolsey/interactive-parse.git " }
45
45
log = " 0.4"
46
- erased-serde = " 0.3 "
46
+ erased-serde = " 0.4 "
47
47
flate2 = " 1"
48
48
shrinkwraprs = " 0.3"
You can’t perform that action at this time.
0 commit comments