|
1 | 1 | [package]
|
2 | 2 | name = "omni-relayer"
|
3 |
| -version = "0.3.30" |
| 3 | +version = "0.3.31" |
4 | 4 | edition = "2024"
|
5 | 5 | resolver = "2"
|
6 | 6 | repository = "https://github.com/Near-One/omni-bridge"
|
@@ -51,18 +51,18 @@ mongodb = "3.2.2"
|
51 | 51 | redis = { version = "0.32.5", features = ["aio", "tokio-comp", "connection-manager"] }
|
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 = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
55 |
| -near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
| 54 | +bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 55 | +near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
56 | 56 |
|
57 |
| -near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
58 |
| -evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
59 |
| -solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
60 |
| -utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
61 |
| -utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
62 |
| -wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
63 |
| -light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
| 57 | +near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 58 | +evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 59 | +solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 60 | +utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 61 | +utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 62 | +wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
| 63 | +light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
64 | 64 |
|
65 |
| -omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" } |
| 65 | +omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" } |
66 | 66 |
|
67 | 67 | # The profile that 'dist' will build with
|
68 | 68 | [profile.dist]
|
|
0 commit comments