build: update tor
This commit is contained in:
parent
d16624d423
commit
7ce77e85af
2 changed files with 284 additions and 306 deletions
572
Cargo.lock
generated
572
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
@ -65,16 +65,16 @@ gif = "0.13.1"
|
|||
rkv = { version = "0.19.0", features = ["lmdb"] }
|
||||
|
||||
## tor
|
||||
arti-client = { version = "0.18.0", features = ["pt-client", "static", "onion-service-service", "onion-service-client"] }
|
||||
tor-rtcompat = { version = "0.18.0", features = ["static"] }
|
||||
tor-config = "0.18.0"
|
||||
arti-client = { version = "0.19.0", features = ["pt-client", "static", "onion-service-service", "onion-service-client"] }
|
||||
tor-rtcompat = { version = "0.19.0", features = ["static"] }
|
||||
tor-config = "0.19.0"
|
||||
fs-mistrust = "0.7.9"
|
||||
tor-hsservice = "0.18.0"
|
||||
tor-hsrproxy = "0.18.0"
|
||||
tor-keymgr = "0.18.0"
|
||||
tor-llcrypto = "0.18.0"
|
||||
tor-hscrypto = "0.18.0"
|
||||
arti-hyper = "0.18.0"
|
||||
tor-hsservice = "0.19.0"
|
||||
tor-hsrproxy = "0.19.0"
|
||||
tor-keymgr = "0.19.0"
|
||||
tor-llcrypto = "0.19.0"
|
||||
tor-hscrypto = "0.19.0"
|
||||
arti-hyper = "0.19.0"
|
||||
sha2 = "0.10.0"
|
||||
ed25519-dalek = "2.1.1"
|
||||
curve25519-dalek = "4.1.2"
|
||||
|
|
Loading…
Reference in a new issue