mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
update tor and electrum_adapter package for new SOCKSSocket cast method
This commit is contained in:
parent
d94b474eec
commit
d44a8ea077
2 changed files with 6 additions and 6 deletions
|
@ -528,8 +528,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "9b6828bf3ee7ea90228a8c82b8c805d36568ba33"
|
||||
resolved-ref: "9b6828bf3ee7ea90228a8c82b8c805d36568ba33"
|
||||
ref: "7e5d62c2fb211b97db5ca255021de04392a59b91"
|
||||
resolved-ref: "7e5d62c2fb211b97db5ca255021de04392a59b91"
|
||||
url: "https://github.com/cypherstack/electrum_adapter.git"
|
||||
source: git
|
||||
version: "3.0.0"
|
||||
|
@ -1727,8 +1727,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "0a6888282f4e98401051a396e9d2293bd55ac2c2"
|
||||
resolved-ref: "0a6888282f4e98401051a396e9d2293bd55ac2c2"
|
||||
ref: "8c5c23a91f182005fbf982a4abbc467175bf8799"
|
||||
resolved-ref: "8c5c23a91f182005fbf982a4abbc467175bf8799"
|
||||
url: "https://github.com/cypherstack/tor.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
|
|
@ -65,7 +65,7 @@ dependencies:
|
|||
tor_ffi_plugin:
|
||||
git:
|
||||
url: https://github.com/cypherstack/tor.git
|
||||
ref: 0a6888282f4e98401051a396e9d2293bd55ac2c2
|
||||
ref: 8c5c23a91f182005fbf982a4abbc467175bf8799
|
||||
|
||||
fusiondart:
|
||||
git:
|
||||
|
@ -176,7 +176,7 @@ dependencies:
|
|||
electrum_adapter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/electrum_adapter.git
|
||||
ref: 9b6828bf3ee7ea90228a8c82b8c805d36568ba33
|
||||
ref: 7e5d62c2fb211b97db5ca255021de04392a59b91
|
||||
stream_channel: ^2.1.0
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue