diff --git a/Cargo.lock b/Cargo.lock index 71eb131..f3dd412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,7 +1201,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lss-connector" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "log", @@ -1781,7 +1781,7 @@ dependencies = [ [[package]] name = "sphinx-auther" version = "0.1.12" -source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "base64 0.21.2", @@ -1793,7 +1793,7 @@ dependencies = [ [[package]] name = "sphinx-crypter" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "chacha20poly1305", @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "sphinx-glyph" version = "0.1.2" -source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "hex", @@ -1856,7 +1856,7 @@ dependencies = [ [[package]] name = "sphinx-signer" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "bip39", diff --git a/broker/Cargo.lock b/broker/Cargo.lock index 94be4a8..8fa092f 100644 --- a/broker/Cargo.lock +++ b/broker/Cargo.lock @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "lss-connector" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "lightning-storage-server", @@ -3311,7 +3311,7 @@ dependencies = [ [[package]] name = "sphinx-auther" version = "0.1.12" -source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "base64 0.21.2", @@ -3323,7 +3323,7 @@ dependencies = [ [[package]] name = "sphinx-glyph" version = "0.1.2" -source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "hex", @@ -3369,7 +3369,7 @@ dependencies = [ [[package]] name = "sphinx-signer" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" +source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51" dependencies = [ "anyhow", "bip39", diff --git a/broker/Cargo.toml b/broker/Cargo.toml index be8bbd7..73f2a9a 100644 --- a/broker/Cargo.toml +++ b/broker/Cargo.toml @@ -35,8 +35,8 @@ vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-li vls-protocol-client = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "163bade8dc4a97fdb516b68fbfdff8e43a74e795" } vls-proxy = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "163bade8dc4a97fdb516b68fbfdff8e43a74e795" } -lss-connector = { git = "https://github.com/stakwork/sphinx-rs", rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" } -sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs", rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" } +lss-connector = { git = "https://github.com/stakwork/sphinx-rs", rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" } +sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs", rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" } # lss-connector = { path = "../../sphinx-rs/lss-connector" } # sphinx-signer = { path = "../../sphinx-rs/signer" } diff --git a/sphinx-key/Cargo.toml b/sphinx-key/Cargo.toml index dc79bb0..83e6e45 100644 --- a/sphinx-key/Cargo.toml +++ b/sphinx-key/Cargo.toml @@ -19,10 +19,10 @@ serde_json = { version = "1.0.81", default-features = false } serde_urlencoded = "0.7.1" url = "2" -lss-connector = { git = "https://github.com/stakwork/sphinx-rs.git", default-features = false, rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" } +lss-connector = { git = "https://github.com/stakwork/sphinx-rs.git", default-features = false, rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" } # lss-connector = { path = "../../sphinx-rs/lss-connector", default-features = false } -sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" } -sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", optional = true, rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" } +sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" } +sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", optional = true, rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" } # sphinx-signer = { path = "../../sphinx-rs/signer", optional = true } anyhow.workspace = true