build: update tor

This commit is contained in:
ardocrat 2024-06-07 03:10:21 +03:00
parent d16624d423
commit 7ce77e85af
2 changed files with 284 additions and 306 deletions

572
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -65,16 +65,16 @@ gif = "0.13.1"
rkv = { version = "0.19.0", features = ["lmdb"] } rkv = { version = "0.19.0", features = ["lmdb"] }
## tor ## tor
arti-client = { version = "0.18.0", features = ["pt-client", "static", "onion-service-service", "onion-service-client"] } arti-client = { version = "0.19.0", features = ["pt-client", "static", "onion-service-service", "onion-service-client"] }
tor-rtcompat = { version = "0.18.0", features = ["static"] } tor-rtcompat = { version = "0.19.0", features = ["static"] }
tor-config = "0.18.0" tor-config = "0.19.0"
fs-mistrust = "0.7.9" fs-mistrust = "0.7.9"
tor-hsservice = "0.18.0" tor-hsservice = "0.19.0"
tor-hsrproxy = "0.18.0" tor-hsrproxy = "0.19.0"
tor-keymgr = "0.18.0" tor-keymgr = "0.19.0"
tor-llcrypto = "0.18.0" tor-llcrypto = "0.19.0"
tor-hscrypto = "0.18.0" tor-hscrypto = "0.19.0"
arti-hyper = "0.18.0" arti-hyper = "0.19.0"
sha2 = "0.10.0" sha2 = "0.10.0"
ed25519-dalek = "2.1.1" ed25519-dalek = "2.1.1"
curve25519-dalek = "4.1.2" curve25519-dalek = "4.1.2"