Skip to content

Commit 435de94

Browse files
committed
updated dependencies, tokio v1.3
1 parent dbe51e4 commit 435de94

File tree

4 files changed

+30
-40
lines changed

4 files changed

+30
-40
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ cfg-if = "1"
116116
qrcode = { version = "0.12", default-features = false }
117117

118118
futures = "0.3"
119-
tokio = { version = "1.2", features = ["rt", "signal"] }
119+
tokio = { version = "1", features = ["rt", "signal"] }
120120

121121
mimalloc = { version = "0.1", optional = true }
122122
tcmalloc = { version = "0.3", optional = true }

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ byteorder = "1.3"
8080
rand = { version = "0.8", optional = true }
8181

8282
futures = "0.3"
83-
tokio = { version = "1.2", features = ["io-util", "macros", "net", "parking_lot", "rt", "sync", "time"] }
83+
tokio = { version = "1", features = ["io-util", "macros", "net", "parking_lot", "rt", "sync", "time"] }
8484
tokio-native-tls = { version = "0.3", optional = true }
8585
native-tls = { version = "0.2.7", optional = true, features = ["alpn"] }
8686
tokio-rustls = { version = "0.22", optional = true }

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async-trait = "0.1"
5151

5252
mio = "0.7"
5353
socket2 = "0.3"
54-
tokio = { version = "1.2", features = ["io-util", "macros", "net", "parking_lot", "process", "rt", "sync"] }
54+
tokio = { version = "1", features = ["io-util", "macros", "net", "parking_lot", "process", "rt", "sync"] }
5555

5656
trust-dns-resolver = { version = "0.20", optional = true }
5757
arc-swap = { version = "1.2", optional = true }

0 commit comments

Comments
 (0)