diff --git a/broker/Cargo.toml b/broker/Cargo.toml index 826a5f7..e33222a 100644 --- a/broker/Cargo.toml +++ b/broker/Cargo.toml @@ -6,10 +6,10 @@ default-run = "sphinx-key-broker" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.2" } -vls-proxy = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.2" } -vls-frontend = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.2" } -vls-protocol-client = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.2" } +vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4" } +vls-proxy = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4" } +vls-frontend = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4" } +vls-protocol-client = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4" } rumqttd = { git = "https://github.com/Evanfeenstra/rumqtt", branch = "metrics" } pretty_env_logger = "0.4.0" confy = "0.4.0" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 8f1b2b5..cda66fd 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.3" } +vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4" } serde = { version = "1.0", default-features = false } serde_bolt = { version = "0.2", default-features = false } diff --git a/persister/Cargo.toml b/persister/Cargo.toml index e642030..9d64115 100644 --- a/persister/Cargo.toml +++ b/persister/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lightning-signer-server = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.3", default-features = false, features = ["persist", "secp-lowmemory"] } +lightning-signer-server = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4", default-features = false, features = ["persist", "secp-lowmemory"] } serde = { version = "1.0.105" } hex = "0.4.3" fsdb = "0.1.11" diff --git a/signer/Cargo.toml b/signer/Cargo.toml index fbbfe0b..b33e5e9 100644 --- a/signer/Cargo.toml +++ b/signer/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] sphinx-key-parser = { path = "../parser" } sphinx-key-persister = { path = "../persister" } -vls-protocol-signer = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.3", default-features = false, features = ["std", "secp-lowmemory"] } +vls-protocol-signer = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "sphinx-key-1.4", default-features = false, features = ["std", "secp-lowmemory"] } anyhow = {version = "1", features = ["backtrace"]} log = "0.4" rand = { version = "0.8" } diff --git a/sphinx-key/Cargo.lock b/sphinx-key/Cargo.lock index 8077a31..3eb1354 100644 --- a/sphinx-key/Cargo.lock +++ b/sphinx-key/Cargo.lock @@ -202,7 +202,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bolt-derive" version = "0.1.0" -source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.3#f12cd58029d6684b0834a6fd7c9a74c9ef4a8c96" +source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.4#288cfa9e68dfecd54290625b54aaa10f16bbda61" dependencies = [ "proc-macro2", "quote", @@ -512,9 +512,9 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "either" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" +checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "embedded-hal" @@ -1087,7 +1087,7 @@ dependencies = [ [[package]] name = "lightning-signer-core" version = "0.1.0-5" -source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.3#f12cd58029d6684b0834a6fd7c9a74c9ef4a8c96" +source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.4#288cfa9e68dfecd54290625b54aaa10f16bbda61" dependencies = [ "anyhow", "bitcoin", @@ -1104,7 +1104,7 @@ dependencies = [ [[package]] name = "lightning-signer-server" version = "0.1.0-5" -source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.3#f12cd58029d6684b0834a6fd7c9a74c9ef4a8c96" +source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.4#288cfa9e68dfecd54290625b54aaa10f16bbda61" dependencies = [ "anyhow", "async-trait", @@ -2233,7 +2233,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vls-protocol" version = "0.1.0" -source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.3#f12cd58029d6684b0834a6fd7c9a74c9ef4a8c96" +source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.4#288cfa9e68dfecd54290625b54aaa10f16bbda61" dependencies = [ "bolt-derive", "log", @@ -2245,7 +2245,7 @@ dependencies = [ [[package]] name = "vls-protocol-signer" version = "0.1.0" -source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.3#f12cd58029d6684b0834a6fd7c9a74c9ef4a8c96" +source = "git+https://gitlab.com/Evanfeenstra/validating-lightning-signer?branch=sphinx-key-1.4#288cfa9e68dfecd54290625b54aaa10f16bbda61" dependencies = [ "bit-vec", "lightning-signer-core",