Skip to content

Commit 774926e

Browse files
authored
chore: replace native-tls backend for arti crates (#650)
1 parent 55213f0 commit 774926e

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binaries/cuprated/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cuprate-wire = { workspace = true }
4949
# TODO: after v1.0.0, remove unneeded dependencies.
5050
axum = { workspace = true, features = ["tokio", "http1", "http2"] }
5151
anyhow = { workspace = true }
52-
arti-client = { workspace = true, features = ["tokio", "native-tls", "onion-service-client", "onion-service-service", "static"], optional = true }
52+
arti-client = { workspace = true, features = ["tokio", "rustls", "onion-service-client", "onion-service-service", "static"], optional = true }
5353
async-trait = { workspace = true }
5454
bitflags = { workspace = true }
5555
borsh = { workspace = true }

p2p/p2p-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures = { workspace = true }
1818
tokio = { workspace = true, features = ["net"] }
1919
tokio-socks = { workspace = true, features = ["tokio"] }
2020
tokio-util = { workspace = true, features = ["codec"] }
21-
arti-client = { workspace = true, features = ["tokio", "native-tls", "onion-service-client", "onion-service-service", "experimental-api", "static-sqlite"], optional = true }
21+
arti-client = { workspace = true, features = ["tokio", "rustls", "onion-service-client", "onion-service-service", "experimental-api", "static-sqlite"], optional = true }
2222
tor-config-path = { workspace = true, optional = true }
2323
tor-cell = { workspace = true, optional = true }
2424
tor-hsservice = { workspace = true, optional = true }

0 commit comments

Comments
 (0)