@@ -35,7 +35,7 @@ exclude = [
35
35
]
36
36
37
37
[workspace .package ]
38
- version = " 0.47 .0"
38
+ version = " 0.48 .0"
39
39
license = " Apache-2.0"
40
40
edition = " 2021"
41
41
rust-version = " 1.64"
@@ -61,34 +61,34 @@ subtle-encoding = { version = "0.5", default-features = false }
61
61
time = { version = " >=0.3.0, <0.3.31" , default-features = false }
62
62
63
63
# ibc dependencies
64
- ibc = { version = " 0.47 .0" , path = " ./ibc" , default-features = false }
65
- ibc-core = { version = " 0.47 .0" , path = " ./ibc-core" , default-features = false }
66
- ibc-clients = { version = " 0.47 .0" , path = " ./ibc-clients" , default-features = false }
67
- ibc-apps = { version = " 0.47 .0" , path = " ./ibc-apps" , default-features = false }
68
- ibc-primitives = { version = " 0.47 .0" , path = " ./ibc-primitives" , default-features = false }
69
- ibc-testkit = { version = " 0.47 .0" , path = " ./ibc-testkit" }
70
- ibc-derive = { version = " 0.3 .0" , path = " ./ibc-derive" }
64
+ ibc = { version = " 0.48 .0" , path = " ./ibc" , default-features = false }
65
+ ibc-core = { version = " 0.48 .0" , path = " ./ibc-core" , default-features = false }
66
+ ibc-clients = { version = " 0.48 .0" , path = " ./ibc-clients" , default-features = false }
67
+ ibc-apps = { version = " 0.48 .0" , path = " ./ibc-apps" , default-features = false }
68
+ ibc-primitives = { version = " 0.48 .0" , path = " ./ibc-primitives" , default-features = false }
69
+ ibc-testkit = { version = " 0.48 .0" , path = " ./ibc-testkit" }
70
+ ibc-derive = { version = " 0.4 .0" , path = " ./ibc-derive" }
71
71
72
- ibc-core-client = { version = " 0.47 .0" , path = " ./ibc-core/ics02-client" , default-features = false }
73
- ibc-core-connection = { version = " 0.47 .0" , path = " ./ibc-core/ics03-connection" , default-features = false }
74
- ibc-core-channel = { version = " 0.47 .0" , path = " ./ibc-core/ics04-channel" , default-features = false }
75
- ibc-core-host = { version = " 0.47 .0" , path = " ./ibc-core/ics24-host" , default-features = false }
76
- ibc-core-handler = { version = " 0.47 .0" , path = " ./ibc-core/ics25-handler" , default-features = false }
77
- ibc-core-router = { version = " 0.47 .0" , path = " ./ibc-core/ics26-routing" , default-features = false }
78
- ibc-client-tendermint = { version = " 0.47 .0" , path = " ./ibc-clients/ics07-tendermint" , default-features = false }
79
- ibc-app-transfer = { version = " 0.47 .0" , path = " ./ibc-apps/ics20-transfer" , default-features = false }
72
+ ibc-core-client = { version = " 0.48 .0" , path = " ./ibc-core/ics02-client" , default-features = false }
73
+ ibc-core-connection = { version = " 0.48 .0" , path = " ./ibc-core/ics03-connection" , default-features = false }
74
+ ibc-core-channel = { version = " 0.48 .0" , path = " ./ibc-core/ics04-channel" , default-features = false }
75
+ ibc-core-host = { version = " 0.48 .0" , path = " ./ibc-core/ics24-host" , default-features = false }
76
+ ibc-core-handler = { version = " 0.48 .0" , path = " ./ibc-core/ics25-handler" , default-features = false }
77
+ ibc-core-router = { version = " 0.48 .0" , path = " ./ibc-core/ics26-routing" , default-features = false }
78
+ ibc-client-tendermint = { version = " 0.48 .0" , path = " ./ibc-clients/ics07-tendermint" , default-features = false }
79
+ ibc-app-transfer = { version = " 0.48 .0" , path = " ./ibc-apps/ics20-transfer" , default-features = false }
80
80
81
- ibc-core-client-context = { version = " 0.47 .0" , path = " ./ibc-core/ics02-client/context" , default-features = false }
82
- ibc-core-client-types = { version = " 0.47 .0" , path = " ./ibc-core/ics02-client/types" , default-features = false }
83
- ibc-core-channel-types = { version = " 0.47 .0" , path = " ./ibc-core/ics04-channel/types" , default-features = false }
84
- ibc-core-connection-types = { version = " 0.47 .0" , path = " ./ibc-core/ics03-connection/types" , default-features = false }
85
- ibc-core-commitment-types = { version = " 0.47 .0" , path = " ./ibc-core/ics23-commitment/types" , default-features = false }
86
- ibc-core-host-cosmos = { version = " 0.47 .0" , path = " ./ibc-core/ics24-host/cosmos" , default-features = false }
87
- ibc-core-host-types = { version = " 0.47 .0" , path = " ./ibc-core/ics24-host/types" , default-features = false }
88
- ibc-core-handler-types = { version = " 0.47 .0" , path = " ./ibc-core/ics25-handler/types" , default-features = false }
89
- ibc-core-router-types = { version = " 0.47 .0" , path = " ./ibc-core/ics26-routing/types" , default-features = false }
90
- ibc-client-tendermint-types = { version = " 0.47 .0" , path = " ./ibc-clients/ics07-tendermint/types" , default-features = false }
91
- ibc-app-transfer-types = { version = " 0.47 .0" , path = " ./ibc-apps/ics20-transfer/types" , default-features = false }
81
+ ibc-core-client-context = { version = " 0.48 .0" , path = " ./ibc-core/ics02-client/context" , default-features = false }
82
+ ibc-core-client-types = { version = " 0.48 .0" , path = " ./ibc-core/ics02-client/types" , default-features = false }
83
+ ibc-core-channel-types = { version = " 0.48 .0" , path = " ./ibc-core/ics04-channel/types" , default-features = false }
84
+ ibc-core-connection-types = { version = " 0.48 .0" , path = " ./ibc-core/ics03-connection/types" , default-features = false }
85
+ ibc-core-commitment-types = { version = " 0.48 .0" , path = " ./ibc-core/ics23-commitment/types" , default-features = false }
86
+ ibc-core-host-cosmos = { version = " 0.48 .0" , path = " ./ibc-core/ics24-host/cosmos" , default-features = false }
87
+ ibc-core-host-types = { version = " 0.48 .0" , path = " ./ibc-core/ics24-host/types" , default-features = false }
88
+ ibc-core-handler-types = { version = " 0.48 .0" , path = " ./ibc-core/ics25-handler/types" , default-features = false }
89
+ ibc-core-router-types = { version = " 0.48 .0" , path = " ./ibc-core/ics26-routing/types" , default-features = false }
90
+ ibc-client-tendermint-types = { version = " 0.48 .0" , path = " ./ibc-clients/ics07-tendermint/types" , default-features = false }
91
+ ibc-app-transfer-types = { version = " 0.48 .0" , path = " ./ibc-apps/ics20-transfer/types" , default-features = false }
92
92
93
93
ibc-proto = { version = " 0.38.0" , default-features = false }
94
94
ics23 = { version = " 0.11" , default-features = false }
0 commit comments