diff --git a/Cargo.lock b/Cargo.lock index 9b17bc07..e5651dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3096,7 +3096,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay_client" version = "0.1.0" -source = "git+https://github.com/WalletConnect/WalletConnectRust.git?branch=chore/refactor-magic-strings#9ccce259b9d978db762021e0d85d15875cd0a335" +source = "git+https://github.com/WalletConnect/WalletConnectRust.git?tag=v0.23.3#0e8b36a3548d3242205de6092e8bb23cfadc1eb4" dependencies = [ "chrono", "futures-channel", @@ -3119,7 +3119,7 @@ dependencies = [ [[package]] name = "relay_rpc" version = "0.1.0" -source = "git+https://github.com/WalletConnect/WalletConnectRust.git?branch=chore/refactor-magic-strings#9ccce259b9d978db762021e0d85d15875cd0a335" +source = "git+https://github.com/WalletConnect/WalletConnectRust.git?tag=v0.23.3#0e8b36a3548d3242205de6092e8bb23cfadc1eb4" dependencies = [ "bs58", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 314d3ea8..90ddcf30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"