Skip to content

Commit bfae3db

Browse files
authored
chore: updated sdk (#514)
1 parent 6b01d69 commit bfae3db

File tree

2 files changed

+60
-41
lines changed

2 files changed

+60
-41
lines changed

omni-relayer/Cargo.lock

Lines changed: 50 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omni-relayer/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ mongodb = "3.2.2"
5050
redis = { version = "0.32.5", features = ["aio", "tokio-comp", "connection-manager", "json"] }
5151
reqwest = "0.12"
5252

53-
bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
54-
near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
53+
bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
54+
near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
5555

56-
near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
57-
evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
58-
solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
59-
utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
60-
utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
61-
wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
62-
light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
56+
near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
57+
evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
58+
solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
59+
utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
60+
utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
61+
wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
62+
light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
6363

64-
omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "cf3967250d97764e72c3cdd14a4c6efb1a0b3c2f" }
64+
omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "a25b7c20a7ba5153a46f55f7920a694a702e17da" }
6565

6666
# The profile that 'dist' will build with
6767
[profile.dist]

0 commit comments

Comments
 (0)