arti, hsclent: remove dependencies on tor-error/experimental-api

The relevant ErrorKinds and macros are now stable.
This commit is contained in:
Nick Mathewson 2023-06-22 15:43:25 -04:00
parent 7510f52eea
commit 9e3e683e1b
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ experimental-api = ["visibility", "__is_experimental"]
harden = ["secmem-proc"]
tokio = ["tokio-crate", "arti-client/tokio", "tor-rtcompat/tokio", "tokio-util"]
native-tls = ["arti-client/native-tls", "tor-rtcompat/native-tls"]
onion-service-client = ["arti-client/onion-service-client", "tor-error/experimental-api", "__is_experimental"]
onion-service-client = ["arti-client/onion-service-client", "__is_experimental"]
pt-client = ["bridge-client", "arti-client/pt-client"]
# This is not nonadditive from a software POV, but we mark it as such because it

View File

@ -53,7 +53,7 @@ tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-client"] }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-dirclient = { path = "../tor-dirclient", version = "0.7.1", default-features = false, features = ["hs-client"] }
tor-error = { path = "../tor-error", version = "0.5.1", features = ["experimental-api"] } # TODO HS
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { version = "0.2.1", path = "../tor-hscrypto" }
tor-keymgr = { version = "0.1.0", path = "../tor-keymgr", default-features = false }
tor-linkspec = { version = "0.8.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }