|
1 | 1 | [package]
|
2 | 2 | name = "ibc-types-core-connection"
|
3 |
| -version = "0.10.0" |
| 3 | +version = "0.11.0" |
4 | 4 | edition = "2021"
|
5 | 5 | license = "Apache-2.0"
|
6 | 6 | readme = "../../README.md"
|
@@ -51,17 +51,17 @@ mocks = ["tendermint-testgen", "tendermint/clock", "cfg-if", "parking_lot"]
|
51 | 51 | mocks-no-std = ["cfg-if"]
|
52 | 52 |
|
53 | 53 | [dependencies]
|
54 |
| -ibc-types-timestamp = { version = "0.10.0", path = "../ibc-types-timestamp", default-features = false } |
55 |
| -ibc-types-core-commitment = { version = "0.10.0", path = "../ibc-types-core-commitment", default-features = false } |
56 |
| -ibc-types-identifier = { version = "0.10.0", path = "../ibc-types-identifier", default-features = false } |
57 |
| -ibc-types-domain-type = { version = "0.10.0", path = "../ibc-types-domain-type", default-features = false } |
58 |
| -ibc-types-core-client = { version = "0.10.0", path = "../ibc-types-core-client", default-features = false } |
| 54 | +ibc-types-timestamp = { version = "0.11.0", path = "../ibc-types-timestamp", default-features = false } |
| 55 | +ibc-types-core-commitment = { version = "0.11.0", path = "../ibc-types-core-commitment", default-features = false } |
| 56 | +ibc-types-identifier = { version = "0.11.0", path = "../ibc-types-identifier", default-features = false } |
| 57 | +ibc-types-domain-type = { version = "0.11.0", path = "../ibc-types-domain-type", default-features = false } |
| 58 | +ibc-types-core-client = { version = "0.11.0", path = "../ibc-types-core-client", default-features = false } |
59 | 59 | borsh = {version = "0.10.0", default-features = false, optional = true }
|
60 | 60 | bytes = { version = "1.2.1", default-features = false }
|
61 | 61 | cfg-if = { version = "1.0.0", optional = true }
|
62 | 62 | derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] }
|
63 | 63 | displaydoc = { version = "0.2", default-features = false }
|
64 |
| -ibc-proto = { version = "0.39.0", default-features = false } |
| 64 | +ibc-proto = { version = "0.40.0", default-features = false } |
65 | 65 | ics23 = { version = "0.11.0", default-features = false, features = ["host-functions"] }
|
66 | 66 | num-traits = { version = "0.2.15", default-features = false }
|
67 | 67 | parity-scale-codec = { version = "3.0.0", default-features = false, features = ["full"], optional = true }
|
@@ -95,5 +95,5 @@ env_logger = "0.10.0"
|
95 | 95 | tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"]}
|
96 | 96 | test-log = { version = "0.2.10", features = ["trace"] }
|
97 | 97 | cfg-if = { version = "1.0.0" }
|
98 |
| -ibc-types-core-client = { version = "0.10.0", path = "../ibc-types-core-client", features = ["mocks"] } |
| 98 | +ibc-types-core-client = { version = "0.11.0", path = "../ibc-types-core-client", features = ["mocks"] } |
99 | 99 | tracing = { version = "0.1.36", default-features = false }
|
0 commit comments