Skip to content

Commit 988cbe5

Browse files
author
AIkorsky
committed
Switch to tokio-native-tls v0.3.0
1 parent 3f0148f commit 988cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_json = "1"
2929
thiserror = "1.0.4"
3030
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time"] }
3131
tokio-util = { version = "0.6.0", features = ["codec"] }
32-
tokio-native-tls = { git = "https://github.com/tokio-rs/tls.git" }
32+
tokio-native-tls = "0.3.0"
3333
twox-hash = "1"
3434
url = "2.1"
3535
uuid = { version = "0.8.1", features = ["v4"] }

0 commit comments

Comments
 (0)