|
1 | 1 | [package] |
2 | 2 | name = "omni-relayer" |
3 | | -version = "0.5.21" |
| 3 | +version = "0.5.22" |
4 | 4 | edition = "2024" |
5 | 5 | resolver = "2" |
6 | 6 | repository = "https://github.com/Near-One/omni-bridge" |
@@ -51,19 +51,19 @@ redis = { version = "0.32.5", features = ["aio", "tokio-comp", "connection-manag |
51 | 51 | async-nats = "0.45" |
52 | 52 | reqwest = "0.12" |
53 | 53 |
|
54 | | -bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
55 | | -near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
| 54 | +bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 55 | +near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
56 | 56 |
|
57 | | -near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
58 | | -evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
59 | | -solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
60 | | -starknet-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "starknet-bridge-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
61 | | -utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
62 | | -utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
63 | | -wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
64 | | -light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
| 57 | +near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 58 | +evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 59 | +solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 60 | +starknet-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "starknet-bridge-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 61 | +utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 62 | +utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 63 | +wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
| 64 | +light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
65 | 65 |
|
66 | | -omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "ee86758afa5ee7ab3863bedb562342ace1d08d7d" } |
| 66 | +omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "19f6cc07f1802497aabee9c943358a16c3a6d901" } |
67 | 67 |
|
68 | 68 | # The profile that 'dist' will build with |
69 | 69 | [profile.dist] |
|
0 commit comments