Skip to content

Commit 00a8575

Browse files
committed
feat: bump injective testing.
1 parent d19667b commit 00a8575

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

packages/injective-testing/Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ edition = "2021"
55
license = "Apache-2.0"
66
name = "injective-testing"
77
repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-testing"
8-
version = "1.1.11"
8+
version = "1.1.12-1"
99

1010
[dependencies]
11-
anyhow = { workspace = true }
12-
cosmwasm-std = { workspace = true }
13-
cw-multi-test = { workspace = true }
14-
injective-cosmwasm = { workspace = true }
15-
injective-math = { workspace = true }
16-
injective-std = { workspace = true }
17-
injective-test-tube = { workspace = true }
18-
prost = { workspace = true, features = [ "prost-derive" ] }
19-
rand = { workspace = true }
20-
regex = { workspace = true }
21-
secp256k1 = { workspace = true }
22-
serde = { workspace = true }
23-
tiny-keccak = { workspace = true }
11+
anyhow = { version = "1.0.66" }
12+
cosmwasm-std = { version = "2.2.2", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate" ] }
13+
cw-multi-test = { version = "2.2.1" }
14+
injective-test-tube = { version = "1.16.3-1"}
15+
injective-cosmwasm = { version = "0.3.4-1" }
16+
injective-math = { version = "0.3.4-1" }
17+
injective-std = { version = "1.16.3-1" }
18+
prost = { version = "0.13.5", features = [ "prost-derive" ] }
19+
rand = { version = "0.4.6" }
20+
regex = { version = "1.11.1" }
21+
secp256k1 = { version = "0.30.0", features = [ "rand" ] }
22+
serde = { version = "1.0.196", default-features = false, features = [ "derive" ] }
23+
tiny-keccak = { version = "1.2.1" }

0 commit comments

Comments
 (0)