diff --git a/Cargo.lock b/Cargo.lock index a809a52c..b7c8e369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3682,7 +3682,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay_client" version = "0.1.0" -source = "git+https://github.com/WalletConnect/WalletConnectRust.git?branch=feat/error-overhaul#8be268ddaca2d18cdcc5f388844eff6f54907271" +source = "git+https://github.com/WalletConnect/WalletConnectRust.git?tag=v0.27.0#be9d7b2c0d1075d40c235d9ebe9aa604043f2391" dependencies = [ "chrono", "futures-channel", @@ -3705,7 +3705,7 @@ dependencies = [ [[package]] name = "relay_rpc" version = "0.1.0" -source = "git+https://github.com/WalletConnect/WalletConnectRust.git?branch=feat/error-overhaul#8be268ddaca2d18cdcc5f388844eff6f54907271" +source = "git+https://github.com/WalletConnect/WalletConnectRust.git?tag=v0.27.0#be9d7b2c0d1075d40c235d9ebe9aa604043f2391" dependencies = [ "alloy-json-abi", "alloy-json-rpc", diff --git a/Cargo.toml b/Cargo.toml index 8a766c9f..59f4d8cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,8 +72,8 @@ futures = "0.3.26" futures-util = "0.3" dashmap = "5.4.0" -relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", branch = "feat/error-overhaul", features = ["cacao"] } -relay_client = { git = "https://github.com/WalletConnect/WalletConnectRust.git", branch = "feat/error-overhaul" } +relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.27.0", features = ["cacao"] } +relay_client = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.27.0" } x25519-dalek = { version = "2.0.0", features = ["static_secrets"] } hkdf = "0.12.3" sha2 = "0.10.6" diff --git a/rs-relay b/rs-relay index 778c968e..34617fb4 160000 --- a/rs-relay +++ b/rs-relay @@ -1 +1 @@ -Subproject commit 778c968ec0163492d103fa27a4a817ab99c18d5b +Subproject commit 34617fb4ddbc439f0c789f7e8da4ee96b7003b43