Skip to content

Commit bd587d4

Browse files
committed
update
1 parent c8db646 commit bd587d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

wasm-deploy/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ cosm-utils = { path = "../../cosm-utils", features = ["keyring"] }
2222
wasm-opt = { version = "=0.110.2", optional = true }
2323
serde = { version = "1", default-features = false, features = ["derive"] }
2424
serde_json = "1"
25-
ibc-chain-registry = "0.25"
25+
ibc-chain-registry = "0.29"
2626
cw20 = "1"
2727
cw20-base = "1"
2828
clap = { version = "4", features = ["derive", "string"] }
2929
clap_complete = "4"
3030
convert_case = "0.6"
3131
schemars = "0.8"
3232
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"
3636
thiserror = "1"
3737
anyhow = "1"
3838
tokio = { version = "1.27", default-features = false }
3939
futures = "0.3"
4040
async-recursion = "1"
41-
keyring = "2"
41+
keyring = "3"
4242
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" }
4545
log = "0.4"
46-
erased-serde = "0.3"
46+
erased-serde = "0.4"
4747
flate2 = "1"
4848
shrinkwraprs = "0.3"

0 commit comments

Comments
 (0)