@@ -37,7 +37,7 @@ exclude = [
37
37
]
38
38
39
39
[workspace .package ]
40
- version = " 0.49.0 "
40
+ version = " 0.49.1 "
41
41
license = " Apache-2.0"
42
42
edition = " 2021"
43
43
rust-version = " 1.64"
@@ -58,33 +58,33 @@ serde_json = { package = "serde-json-wasm", version = "1.0.0", default-
58
58
subtle-encoding = { version = " 0.5" , default-features = false }
59
59
60
60
# ibc dependencies
61
- ibc = { version = " 0.49.0 " , path = " ./ibc" , default-features = false }
62
- ibc-core = { version = " 0.49.0 " , path = " ./ibc-core" , default-features = false }
63
- ibc-clients = { version = " 0.49.0 " , path = " ./ibc-clients" , default-features = false }
64
- ibc-apps = { version = " 0.49.0 " , path = " ./ibc-apps" , default-features = false }
65
- ibc-primitives = { version = " 0.49.0 " , path = " ./ibc-primitives" , default-features = false }
61
+ ibc = { version = " 0.49.1 " , path = " ./ibc" , default-features = false }
62
+ ibc-core = { version = " 0.49.1 " , path = " ./ibc-core" , default-features = false }
63
+ ibc-clients = { version = " 0.49.1 " , path = " ./ibc-clients" , default-features = false }
64
+ ibc-apps = { version = " 0.49.1 " , path = " ./ibc-apps" , default-features = false }
65
+ ibc-primitives = { version = " 0.49.1 " , path = " ./ibc-primitives" , default-features = false }
66
66
ibc-derive = { version = " 0.5.0" , path = " ./ibc-derive" }
67
67
68
- ibc-core-client = { version = " 0.49.0 " , path = " ./ibc-core/ics02-client" , default-features = false }
69
- ibc-core-connection = { version = " 0.49.0 " , path = " ./ibc-core/ics03-connection" , default-features = false }
70
- ibc-core-channel = { version = " 0.49.0 " , path = " ./ibc-core/ics04-channel" , default-features = false }
71
- ibc-core-host = { version = " 0.49.0 " , path = " ./ibc-core/ics24-host" , default-features = false }
72
- ibc-core-handler = { version = " 0.49.0 " , path = " ./ibc-core/ics25-handler" , default-features = false }
73
- ibc-core-router = { version = " 0.49.0 " , path = " ./ibc-core/ics26-routing" , default-features = false }
74
- ibc-client-tendermint = { version = " 0.49.0 " , path = " ./ibc-clients/ics07-tendermint" , default-features = false }
75
- ibc-app-transfer = { version = " 0.49.0 " , path = " ./ibc-apps/ics20-transfer" , default-features = false }
68
+ ibc-core-client = { version = " 0.49.1 " , path = " ./ibc-core/ics02-client" , default-features = false }
69
+ ibc-core-connection = { version = " 0.49.1 " , path = " ./ibc-core/ics03-connection" , default-features = false }
70
+ ibc-core-channel = { version = " 0.49.1 " , path = " ./ibc-core/ics04-channel" , default-features = false }
71
+ ibc-core-host = { version = " 0.49.1 " , path = " ./ibc-core/ics24-host" , default-features = false }
72
+ ibc-core-handler = { version = " 0.49.1 " , path = " ./ibc-core/ics25-handler" , default-features = false }
73
+ ibc-core-router = { version = " 0.49.1 " , path = " ./ibc-core/ics26-routing" , default-features = false }
74
+ ibc-client-tendermint = { version = " 0.49.1 " , path = " ./ibc-clients/ics07-tendermint" , default-features = false }
75
+ ibc-app-transfer = { version = " 0.49.1 " , path = " ./ibc-apps/ics20-transfer" , default-features = false }
76
76
77
- ibc-core-client-context = { version = " 0.49.0 " , path = " ./ibc-core/ics02-client/context" , default-features = false }
78
- ibc-core-client-types = { version = " 0.49.0 " , path = " ./ibc-core/ics02-client/types" , default-features = false }
79
- ibc-core-channel-types = { version = " 0.49.0 " , path = " ./ibc-core/ics04-channel/types" , default-features = false }
80
- ibc-core-connection-types = { version = " 0.49.0 " , path = " ./ibc-core/ics03-connection/types" , default-features = false }
81
- ibc-core-commitment-types = { version = " 0.49.0 " , path = " ./ibc-core/ics23-commitment/types" , default-features = false }
82
- ibc-core-host-cosmos = { version = " 0.49.0 " , path = " ./ibc-core/ics24-host/cosmos" , default-features = false }
83
- ibc-core-host-types = { version = " 0.49.0 " , path = " ./ibc-core/ics24-host/types" , default-features = false }
84
- ibc-core-handler-types = { version = " 0.49.0 " , path = " ./ibc-core/ics25-handler/types" , default-features = false }
85
- ibc-core-router-types = { version = " 0.49.0 " , path = " ./ibc-core/ics26-routing/types" , default-features = false }
86
- ibc-client-tendermint-types = { version = " 0.49.0 " , path = " ./ibc-clients/ics07-tendermint/types" , default-features = false }
87
- ibc-app-transfer-types = { version = " 0.49.0 " , path = " ./ibc-apps/ics20-transfer/types" , default-features = false }
77
+ ibc-core-client-context = { version = " 0.49.1 " , path = " ./ibc-core/ics02-client/context" , default-features = false }
78
+ ibc-core-client-types = { version = " 0.49.1 " , path = " ./ibc-core/ics02-client/types" , default-features = false }
79
+ ibc-core-channel-types = { version = " 0.49.1 " , path = " ./ibc-core/ics04-channel/types" , default-features = false }
80
+ ibc-core-connection-types = { version = " 0.49.1 " , path = " ./ibc-core/ics03-connection/types" , default-features = false }
81
+ ibc-core-commitment-types = { version = " 0.49.1 " , path = " ./ibc-core/ics23-commitment/types" , default-features = false }
82
+ ibc-core-host-cosmos = { version = " 0.49.1 " , path = " ./ibc-core/ics24-host/cosmos" , default-features = false }
83
+ ibc-core-host-types = { version = " 0.49.1 " , path = " ./ibc-core/ics24-host/types" , default-features = false }
84
+ ibc-core-handler-types = { version = " 0.49.1 " , path = " ./ibc-core/ics25-handler/types" , default-features = false }
85
+ ibc-core-router-types = { version = " 0.49.1 " , path = " ./ibc-core/ics26-routing/types" , default-features = false }
86
+ ibc-client-tendermint-types = { version = " 0.49.1 " , path = " ./ibc-clients/ics07-tendermint/types" , default-features = false }
87
+ ibc-app-transfer-types = { version = " 0.49.1 " , path = " ./ibc-apps/ics20-transfer/types" , default-features = false }
88
88
89
89
ibc-proto = { version = " 0.39.1" , default-features = false }
90
90
0 commit comments