Skip to content

Commit d852868

Browse files
Revert "bump: arti to 0.30": UnstoppableSwap/core requires 0.25
This reverts commit cefded1.
1 parent 3974b38 commit d852868

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,15 +14,15 @@ anyhow = "1.0.93"
1414
tokio = "1.41.1"
1515
futures = "0.3"
1616

17-
arti-client = { version = "0.30", default-features = false, features = ["tokio", "rustls", "onion-service-client", "static-sqlite"] }
17+
arti-client = { version = "^0.25", default-features = false, features = ["tokio", "rustls", "onion-service-client", "static-sqlite"] }
1818
tor-interface = { git = "https://github.com/nabijaczleweli/gosling", rev = "65da8990e33c674ed8abeb10b454b4a39463d81d", optional = true }
1919
libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] }
2020

21-
tor-rtcompat = { version = "0.30", features = ["tokio", "rustls"] }
21+
tor-rtcompat = { version = "^0.25", features = ["tokio", "rustls"] }
2222
tracing = "0.1.40"
23-
tor-hsservice = { version = "0.30", optional = true }
24-
tor-cell = { version = "0.30", optional = true }
25-
tor-proto = { version = "0.30", optional = true }
23+
tor-hsservice = { version = "^0.25", optional = true }
24+
tor-cell = { version = "^0.25", optional = true }
25+
tor-proto = { version = "^0.25", optional = true }
2626
data-encoding = { version = "2.6.0" }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)