mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 13:46:41 +02:00
8 lines
308 B
Diff
8 lines
308 B
Diff
--- a/crates/client/Cargo.toml
|
|
+++ b/crates/client/Cargo.toml
|
|
@@ -22 +22 @@
|
|
-async-native-tls = { version = "0.5.0", features = ["vendored"] }
|
|
+async-native-tls = { version = "0.5.0" }
|
|
@@ -64 +64 @@
|
|
-async-native-tls = {"version" = "0.5.0", features = ["vendored"]}
|
|
+async-native-tls = {"version" = "0.5.0"}
|