+6
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -37,11 +37,13 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ | ||
# Last versions, increment them as they change:
|
||
# https://gitlab.torproject.org/tpo/core/arti/-/tags
|
||
arti-client = {version = "0.9", features = ["experimental-api"]}
|
||
tor-rtcompat = {version = "0.9", features = ["tokio"]}
|
||
tor-chanmgr = {version = "0.9"}
|
||
tor-circmgr = {version = "0.8", features = ["experimental-api"] }
|
||
tor-circmgr = {version = "0.9", features = ["experimental-api"] }
|
||
tor-config = {version = "0.9" }
|
||
tor-dirmgr = {version = "0.10" }
|
||
tor-linkspec = {version = "0.8"}
|
||
tor-llcrypto = {version = "0.5"}
|
||
tor-netdir = {version = "0.9", features = ["experimental-api"] }
|
||
tor-netdoc = {version = "0.7" }
|
||
tor-proto = {version = "0.10" } |
||
tor-netdoc = {version = "0.8" }
|
||
tor-proto = {version = "0.11" }
|
||
tor-rtcompat = {version = "0.9", features = ["tokio"]} |
||
+15
−0
+7
−0
+2
−0
src/commands/sybilhunter.rs
0 → 100644
+44
−0
Loading