11[package ]
22name = " ibc-types-core-channel"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44edition = " 2021"
55license = " Apache-2.0"
66readme = " ../../README.md"
@@ -53,12 +53,12 @@ mocks = ["tendermint-testgen", "tendermint/clock", "cfg-if", "parking_lot"]
5353mocks-no-std = [" cfg-if" ]
5454
5555[dependencies ]
56- ibc-types-core-client = { version = " 0.3 .0" , path = " ../ibc-types-core-client" , default-features = false }
57- ibc-types-core-connection = { version = " 0.3 .0" , path = " ../ibc-types-core-connection" , default-features = false }
58- ibc-types-core-commitment = { version = " 0.3 .0" , path = " ../ibc-types-core-commitment" , default-features = false }
59- ibc-types-domain-type = { version = " 0.3 .0" , path = " ../ibc-types-domain-type" , default-features = false }
60- ibc-types-identifier = { version = " 0.3 .0" , path = " ../ibc-types-identifier" , default-features = false }
61- ibc-types-timestamp = { version = " 0.3 .0" , path = " ../ibc-types-timestamp" , default-features = false }
56+ ibc-types-core-client = { version = " 0.4 .0" , path = " ../ibc-types-core-client" , default-features = false }
57+ ibc-types-core-connection = { version = " 0.4 .0" , path = " ../ibc-types-core-connection" , default-features = false }
58+ ibc-types-core-commitment = { version = " 0.4 .0" , path = " ../ibc-types-core-commitment" , default-features = false }
59+ ibc-types-domain-type = { version = " 0.4 .0" , path = " ../ibc-types-domain-type" , default-features = false }
60+ ibc-types-identifier = { version = " 0.4 .0" , path = " ../ibc-types-identifier" , default-features = false }
61+ ibc-types-timestamp = { version = " 0.4 .0" , path = " ../ibc-types-timestamp" , default-features = false }
6262# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
6363ibc-proto = { version = " 0.33.0" , default-features = false }
6464# # for borsh encode or decode
@@ -79,7 +79,7 @@ serde_derive = { version = "1.0.104", default-features = false, optional = true
7979serde_json = { version = " 1" , default-features = false , optional = true }
8080sha2 = { version = " 0.10.6" , default-features = false }
8181subtle-encoding = { version = " 0.5" , default-features = false }
82- time = { version = " >=0.3 .0, <0.3.20" , default-features = false }
82+ time = { version = " >=0.4 .0, <0.3.20" , default-features = false }
8383tracing = { version = " 0.1.36" , default-features = false }
8484scale-info = { version = " 2.1.2" , default-features = false , features = [" derive" ], optional = true }
8585
@@ -99,6 +99,6 @@ default-features = false
9999[dev-dependencies ]
100100cfg-if = { version = " 1.0.0" }
101101env_logger = " 0.10.0"
102- ibc-types-core-client = { version = " 0.3 .0" , path = " ../ibc-types-core-client" , features = [" mocks" ] }
102+ ibc-types-core-client = { version = " 0.4 .0" , path = " ../ibc-types-core-client" , features = [" mocks" ] }
103103test-log = { version = " 0.2.10" , features = [" trace" ] }
104104tracing-subscriber = { version = " 0.3.14" , features = [" fmt" , " env-filter" , " json" ]}
0 commit comments