Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: iHsin <root@itsusinn.eu.org>
  • Loading branch information
Itsusinn authored Sep 16, 2024
1 parent c682b7b commit 02fd424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ arti-client = { version = "0.22", default-features = false, features = ["tokio",
tor-rtcompat = { version = "0.22", default-features = false }

# tuic
tuic = { tag = "v1.1.2-fix1", optional = true, git = "https://github.com/Itsusinn/tuic.git" }
tuic = { tag = "v1.2.0", optional = true, git = "https://github.com/Itsusinn/tuic.git" }
tuic-quinn = { tag = "v1.2.0", optional = true, git = "https://github.com/Itsusinn/tuic.git" }
quinn = { version = "0.11", optional = true, default-features = false, features = ["futures-io", "runtime-tokio", "rustls"] }
register-count = { version = "0.1", optional = true }
Expand Down Expand Up @@ -151,4 +151,4 @@ windows = { version = "0.58", features = [
"Win32_Networking_WinSock",
"Win32_Foundation",
"Win32_NetworkManagement_Rras",
]}
]}

0 comments on commit 02fd424

Please sign in to comment.