@@ -44,7 +44,7 @@ exclude = [
44
44
]
45
45
46
46
[workspace .package ]
47
- version = " 0.56 .0"
47
+ version = " 0.57 .0"
48
48
license = " Apache-2.0"
49
49
edition = " 2021"
50
50
rust-version = " 1.79.0"
@@ -69,41 +69,41 @@ subtle-encoding = { version = "0.5", default-features = false }
69
69
hex = { version = " 0.4.3" , default-features = false }
70
70
71
71
# ibc dependencies
72
- ibc = { version = " 0.56 .0" , path = " ./ibc" , default-features = false }
73
- ibc-core = { version = " 0.56 .0" , path = " ./ibc-core" , default-features = false }
74
- ibc-clients = { version = " 0.56 .0" , path = " ./ibc-clients" , default-features = false }
75
- ibc-apps = { version = " 0.56 .0" , path = " ./ibc-apps" , default-features = false }
76
- ibc-primitives = { version = " 0.56 .0" , path = " ./ibc-primitives" , default-features = false }
77
- ibc-testkit = { version = " 0.56 .0" , path = " ./ibc-testkit" , default-features = false }
72
+ ibc = { version = " 0.57 .0" , path = " ./ibc" , default-features = false }
73
+ ibc-core = { version = " 0.57 .0" , path = " ./ibc-core" , default-features = false }
74
+ ibc-clients = { version = " 0.57 .0" , path = " ./ibc-clients" , default-features = false }
75
+ ibc-apps = { version = " 0.57 .0" , path = " ./ibc-apps" , default-features = false }
76
+ ibc-primitives = { version = " 0.57 .0" , path = " ./ibc-primitives" , default-features = false }
77
+ ibc-testkit = { version = " 0.57 .0" , path = " ./ibc-testkit" , default-features = false }
78
78
79
- ibc-derive = { version = " 0.10.0 " , path = " ./ibc-derive" }
79
+ ibc-derive = { version = " 0.10.1 " , path = " ./ibc-derive" }
80
80
81
- ibc-core-client = { version = " 0.56 .0" , path = " ./ibc-core/ics02-client" , default-features = false }
82
- ibc-core-connection = { version = " 0.56 .0" , path = " ./ibc-core/ics03-connection" , default-features = false }
83
- ibc-core-channel = { version = " 0.56 .0" , path = " ./ibc-core/ics04-channel" , default-features = false }
84
- ibc-core-host = { version = " 0.56 .0" , path = " ./ibc-core/ics24-host" , default-features = false }
85
- ibc-core-handler = { version = " 0.56 .0" , path = " ./ibc-core/ics25-handler" , default-features = false }
86
- ibc-core-router = { version = " 0.56 .0" , path = " ./ibc-core/ics26-routing" , default-features = false }
87
- ibc-query = { version = " 0.56 .0" , path = " ./ibc-query" , default-features = false }
81
+ ibc-core-client = { version = " 0.57 .0" , path = " ./ibc-core/ics02-client" , default-features = false }
82
+ ibc-core-connection = { version = " 0.57 .0" , path = " ./ibc-core/ics03-connection" , default-features = false }
83
+ ibc-core-channel = { version = " 0.57 .0" , path = " ./ibc-core/ics04-channel" , default-features = false }
84
+ ibc-core-host = { version = " 0.57 .0" , path = " ./ibc-core/ics24-host" , default-features = false }
85
+ ibc-core-handler = { version = " 0.57 .0" , path = " ./ibc-core/ics25-handler" , default-features = false }
86
+ ibc-core-router = { version = " 0.57 .0" , path = " ./ibc-core/ics26-routing" , default-features = false }
87
+ ibc-query = { version = " 0.57 .0" , path = " ./ibc-query" , default-features = false }
88
88
89
- ibc-client-tendermint = { version = " 0.56 .0" , path = " ./ibc-clients/ics07-tendermint" , default-features = false }
89
+ ibc-client-tendermint = { version = " 0.57 .0" , path = " ./ibc-clients/ics07-tendermint" , default-features = false }
90
90
91
- ibc-app-transfer = { version = " 0.56 .0" , path = " ./ibc-apps/ics20-transfer" , default-features = false }
92
- ibc-app-nft-transfer = { version = " 0.56 .0" , path = " ./ibc-apps/ics721-nft-transfer" , default-features = false }
91
+ ibc-app-transfer = { version = " 0.57 .0" , path = " ./ibc-apps/ics20-transfer" , default-features = false }
92
+ ibc-app-nft-transfer = { version = " 0.57 .0" , path = " ./ibc-apps/ics721-nft-transfer" , default-features = false }
93
93
94
- ibc-core-client-context = { version = " 0.56 .0" , path = " ./ibc-core/ics02-client/context" , default-features = false }
95
- ibc-core-client-types = { version = " 0.56 .0" , path = " ./ibc-core/ics02-client/types" , default-features = false }
96
- ibc-core-channel-types = { version = " 0.56 .0" , path = " ./ibc-core/ics04-channel/types" , default-features = false }
97
- ibc-core-connection-types = { version = " 0.56 .0" , path = " ./ibc-core/ics03-connection/types" , default-features = false }
98
- ibc-core-commitment-types = { version = " 0.56 .0" , path = " ./ibc-core/ics23-commitment/types" , default-features = false }
99
- ibc-core-host-cosmos = { version = " 0.56 .0" , path = " ./ibc-core/ics24-host/cosmos" , default-features = false }
100
- ibc-core-host-types = { version = " 0.56 .0" , path = " ./ibc-core/ics24-host/types" , default-features = false }
101
- ibc-core-handler-types = { version = " 0.56 .0" , path = " ./ibc-core/ics25-handler/types" , default-features = false }
102
- ibc-core-router-types = { version = " 0.56 .0" , path = " ./ibc-core/ics26-routing/types" , default-features = false }
103
- ibc-client-tendermint-types = { version = " 0.56 .0" , path = " ./ibc-clients/ics07-tendermint/types" , default-features = false }
104
- ibc-client-wasm-types = { version = " 0.56 .0" , path = " ./ibc-clients/ics08-wasm/types" , default-features = false }
105
- ibc-app-transfer-types = { version = " 0.56 .0" , path = " ./ibc-apps/ics20-transfer/types" , default-features = false }
106
- ibc-app-nft-transfer-types = { version = " 0.56 .0" , path = " ./ibc-apps/ics721-nft-transfer/types" , default-features = false }
94
+ ibc-core-client-context = { version = " 0.57 .0" , path = " ./ibc-core/ics02-client/context" , default-features = false }
95
+ ibc-core-client-types = { version = " 0.57 .0" , path = " ./ibc-core/ics02-client/types" , default-features = false }
96
+ ibc-core-channel-types = { version = " 0.57 .0" , path = " ./ibc-core/ics04-channel/types" , default-features = false }
97
+ ibc-core-connection-types = { version = " 0.57 .0" , path = " ./ibc-core/ics03-connection/types" , default-features = false }
98
+ ibc-core-commitment-types = { version = " 0.57 .0" , path = " ./ibc-core/ics23-commitment/types" , default-features = false }
99
+ ibc-core-host-cosmos = { version = " 0.57 .0" , path = " ./ibc-core/ics24-host/cosmos" , default-features = false }
100
+ ibc-core-host-types = { version = " 0.57 .0" , path = " ./ibc-core/ics24-host/types" , default-features = false }
101
+ ibc-core-handler-types = { version = " 0.57 .0" , path = " ./ibc-core/ics25-handler/types" , default-features = false }
102
+ ibc-core-router-types = { version = " 0.57 .0" , path = " ./ibc-core/ics26-routing/types" , default-features = false }
103
+ ibc-client-tendermint-types = { version = " 0.57 .0" , path = " ./ibc-clients/ics07-tendermint/types" , default-features = false }
104
+ ibc-client-wasm-types = { version = " 0.57 .0" , path = " ./ibc-clients/ics08-wasm/types" , default-features = false }
105
+ ibc-app-transfer-types = { version = " 0.57 .0" , path = " ./ibc-apps/ics20-transfer/types" , default-features = false }
106
+ ibc-app-nft-transfer-types = { version = " 0.57 .0" , path = " ./ibc-apps/ics721-nft-transfer/types" , default-features = false }
107
107
108
108
ibc-proto = { version = " 0.51.1" , default-features = false }
109
109
0 commit comments