Skip to content

Commit

Permalink
chore: use versioned dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Smith <[email protected]>
  • Loading branch information
chris13524 committed Jan 5, 2024
1 parent 601c5e0 commit 0e0e30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ derive_more = "0.99.17"
futures = "0.3.26"
dashmap = "5.4.0"

relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", branch = "chore/refactor-magic-strings", features = ["cacao"] }
relay_client = { git = "https://github.com/WalletConnect/WalletConnectRust.git", branch = "chore/refactor-magic-strings" }
relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.23.3", features = ["cacao"] }
relay_client = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.23.3" }
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
hkdf = "0.12.3"
sha2 = "0.10.6"
Expand Down

0 comments on commit 0e0e30d

Please sign in to comment.