Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 0a9b447

Browse files
committed
bump: arti to 0.29
1 parent e6b913e commit 0a9b447

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ anyhow = "1.0.93"
1414
tokio = "1.41.1"
1515
futures = "0.3"
1616

17-
arti-client = { version = "^0.25", default-features = false, features = ["tokio", "rustls", "onion-service-client", "static-sqlite"] }
17+
arti-client = { version = "^0.29", default-features = false, features = ["tokio", "rustls", "onion-service-client", "static-sqlite"] }
1818
libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] }
1919

20-
tor-rtcompat = { version = "^0.25", features = ["tokio", "rustls"] }
20+
tor-rtcompat = { version = "^0.29", features = ["tokio", "rustls"] }
2121
tracing = "0.1.40"
22-
tor-hsservice = { version = "^0.25", optional = true }
23-
tor-cell = { version = "^0.25", optional = true }
24-
tor-proto = { version = "^0.25", optional = true }
22+
tor-hsservice = { version = "^0.29", optional = true }
23+
tor-cell = { version = "^0.29", optional = true }
24+
tor-proto = { version = "^0.29", optional = true }
2525
data-encoding = { version = "2.6.0" }
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)