From d5dc7d5c659e49e3b07ab0b9a102bffa94d2b15b Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Tue, 6 Jun 2023 13:50:43 -0700 Subject: [PATCH] update vls in broker --- broker/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/broker/Cargo.toml b/broker/Cargo.toml index 4b726f6..2fd34fc 100644 --- a/broker/Cargo.toml +++ b/broker/Cargo.toml @@ -11,10 +11,10 @@ strip = "debuginfo" sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs" } lss-connector = { git = "https://github.com/stakwork/sphinx-rs" } # lss-connector = { path = "../../sphinx-rs/lss-connector" } -vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "0c8c4474af62c4a13e2a32d34b569e8092ed414a" } -vls-proxy = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "0c8c4474af62c4a13e2a32d34b569e8092ed414a" } -vls-frontend = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "0c8c4474af62c4a13e2a32d34b569e8092ed414a" } -vls-protocol-client = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "0c8c4474af62c4a13e2a32d34b569e8092ed414a" } +vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "53e6c4beac81f6b450af0bde3d8e1ad6883aa0a4" } +vls-proxy = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "53e6c4beac81f6b450af0bde3d8e1ad6883aa0a4" } +vls-frontend = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "53e6c4beac81f6b450af0bde3d8e1ad6883aa0a4" } +vls-protocol-client = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "53e6c4beac81f6b450af0bde3d8e1ad6883aa0a4" } rumqttd = { git = "https://github.com/Evanfeenstra/rumqtt", branch = "sphinx-2" } pretty_env_logger = "0.4.0" confy = "0.4.0"