tester: pin sphinx-rs deps

txoo 0.4.5 breaks the build so it is currently locked at 0.4.4
by the cargo.lock file
This commit is contained in:
irriden
2023-08-02 15:38:18 +00:00
parent 754cfd771b
commit fd6b1ff67e
2 changed files with 301 additions and 351 deletions

648
tester/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,9 +24,9 @@ serde_json = "1.0"
tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] }
urlencoding = "2.1.0"
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git" }
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "150f592d67e25358367b921c52cd7b3bcccc40d3" }
# sphinx-signer = { path = "../../sphinx-rs/signer" }
sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git" }
sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "150f592d67e25358367b921c52cd7b3bcccc40d3" }
# sphinx-crypter = { path = "../../sphinx-rs/crypter" }
[[bin]]