build: update tor lib

This commit is contained in:
ardocrat
2025-03-15 20:41:30 +03:00
parent 7e819e14d1
commit 61828ea2db
2 changed files with 320 additions and 225 deletions
+10 -10
View File
@@ -78,16 +78,16 @@ gif = "0.13.1"
rkv = { version = "0.19.0", features = ["lmdb"] }
## tor
arti-client = { version = "0.26.0", features = ["pt-client", "static", "onion-service-service", "onion-service-client"] }
tor-rtcompat = { version = "0.26.0", features = ["static"] }
tor-config = "0.26.0"
fs-mistrust = "0.8.0"
tor-hsservice = "0.26.0"
tor-hsrproxy = "0.26.0"
tor-keymgr = "0.26.0"
tor-llcrypto = "0.26.0"
tor-hscrypto = "0.26.0"
tor-error = "0.26.0"
arti-client = { version = "0.28.0", features = ["pt-client", "static", "onion-service-service", "onion-service-client"] }
tor-rtcompat = { version = "0.28.0", features = ["static"] }
tor-config = "0.28.0"
fs-mistrust = "0.9.0"
tor-hsservice = "0.28.0"
tor-hsrproxy = "0.28.0"
tor-keymgr = "0.28.0"
tor-llcrypto = "0.28.0"
tor-hscrypto = "0.28.0"
tor-error = "0.28.0"
sha2 = "0.10.8"
ed25519-dalek = "2.1.1"
curve25519-dalek = "4.1.3"