Skip to content

Commit 6994392

Browse files
committed
up
1 parent 6580712 commit 6994392

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

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

clash-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public-suffix = "0.1"
160160
murmur3 = "0.5"
161161

162162
arti-client = { version = "0.34", optional = true, default-features = false, features = ["tokio", "rustls", "static-sqlite"] }
163-
tor-rtcompat = { version = "0.35", optional = true, default-features = false, features = ["rustls"] }
163+
tor-rtcompat = { version = "0.35", optional = true, default-features = false, features = ["tokio", "rustls"] }
164164

165165
# tuic
166166
tuic = { tag = "v1.5.2", optional = true, git = "https://github.com/Itsusinn/tuic.git" }

0 commit comments

Comments
 (0)