mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
9 lines
308 B
Diff
9 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"}
|