You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tokio = { version = "1", features = ["net", "sync", "time"] }
25
+
tokio = { version = "1", features = ["net", "time"] }
25
26
tokio-rustls = { version = "0.26", default-features = false, features = ["ring", "tls12"] } # Required to enable the necessary features for tokio-tungstenite
26
27
tokio-socks = { version = "0.5", optional = true }
27
28
tokio-tungstenite = { version = "0.24", features = ["rustls-tls-webpki-roots"] }
28
29
29
30
# TOR deps
30
-
arti-client = { version = "0.22", default-features = false, features = ["onion-service-client", "onion-service-service", "rustls", "static-sqlite", "tokio"], optional = true }
31
+
arti-client = { version = "0.22", default-features = false, features = ["onion-service-client", "rustls", "static-sqlite", "tokio"], optional = true }
0 commit comments