Skip to content

Commit

Permalink
bump wc libs
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Dec 3, 2024
1 parent 21f42f0 commit c743464
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 95 deletions.
95 changes: 4 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions mm2src/kdf_walletconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ mm2_core = { path = "../mm2_core" }
mm2_db = { path = "../mm2_db" }
mm2_err_handle = { path = "../mm2_err_handle" }
parking_lot = { version = "0.12.0", features = ["nightly"] }
pairing_api = { git = "https://github.com/komodoplatform/walletconnectrust", branch = "pairing-api" }
pairing_api = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.0" }
rand = "0.8"
relay_client = { git = "https://github.com/komodoplatform/walletconnectrust", branch = "pairing-api" }
relay_rpc = { git = "https://github.com/komodoplatform/walletconnectrust", branch = "pairing-api" }
relay_client = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.0" }
relay_rpc = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.0" }
thiserror = "1.0.40"
tokio = { version = "1.20" }
wc_common = { git = "https://github.com/komodoplatform/walletconnectrust", branch = "pairing-api" }
wc_common = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.0" }
secp256k1 = { version = "0.20" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order", "raw_value"] }
Expand Down

0 comments on commit c743464

Please sign in to comment.