diff --git a/ibc-testkit/Cargo.toml b/ibc-testkit/Cargo.toml index 1a4d1272c..2d4e5bc0d 100644 --- a/ibc-testkit/Cargo.toml +++ b/ibc-testkit/Cargo.toml @@ -40,11 +40,11 @@ tendermint-testgen = { workspace = true } [dev-dependencies] env_logger = { version = "0.11.0" } -rstest = { workspace = true } tracing-subscriber = { version = "0.3.17", features = ["fmt", "env-filter", "json"] } test-log = { version = "0.2.13", features = ["trace"] } -cosmwasm-vm = { workspace = true } hex = { version = "0.4.2" } +rstest = { workspace = true } +cosmwasm-vm = { workspace = true } cosmwasm-std = { workspace = true } [features]