From eda915f8e37c1f24540138867f6ca570ca7db5d0 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Mon, 12 Jun 2023 12:50:43 -0700 Subject: [PATCH] update glyph dep --- sphinx-key/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sphinx-key/Cargo.lock b/sphinx-key/Cargo.lock index 79dc5c5..9341024 100644 --- a/sphinx-key/Cargo.lock +++ b/sphinx-key/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "lss-connector" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs.git#a8f6f73d104c69304da808132b5740c3d98015e2" +source = "git+https://github.com/stakwork/sphinx-rs.git#5641870bb8a5dcd5c10e411baa86d431549869af" dependencies = [ "anyhow", "log", @@ -1965,7 +1965,7 @@ dependencies = [ [[package]] name = "sphinx-auther" version = "0.1.12" -source = "git+https://github.com/stakwork/sphinx-rs.git#a8f6f73d104c69304da808132b5740c3d98015e2" +source = "git+https://github.com/stakwork/sphinx-rs.git#5641870bb8a5dcd5c10e411baa86d431549869af" dependencies = [ "anyhow", "base64", @@ -1977,7 +1977,7 @@ dependencies = [ [[package]] name = "sphinx-crypter" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs.git#a8f6f73d104c69304da808132b5740c3d98015e2" +source = "git+https://github.com/stakwork/sphinx-rs.git#5641870bb8a5dcd5c10e411baa86d431549869af" dependencies = [ "anyhow", "chacha20poly1305", @@ -1988,7 +1988,7 @@ dependencies = [ [[package]] name = "sphinx-glyph" version = "0.1.2" -source = "git+https://github.com/stakwork/sphinx-rs.git#a8f6f73d104c69304da808132b5740c3d98015e2" +source = "git+https://github.com/stakwork/sphinx-rs.git#5641870bb8a5dcd5c10e411baa86d431549869af" dependencies = [ "anyhow", "hex", @@ -2025,7 +2025,7 @@ dependencies = [ [[package]] name = "sphinx-signer" version = "0.1.0" -source = "git+https://github.com/stakwork/sphinx-rs.git#a8f6f73d104c69304da808132b5740c3d98015e2" +source = "git+https://github.com/stakwork/sphinx-rs.git#5641870bb8a5dcd5c10e411baa86d431549869af" dependencies = [ "anyhow", "bip39",