ci: smarter tests (#370)

This commit is contained in:
Amr Bashir
2023-05-18 14:35:37 +03:00
committed by GitHub
parent ac76abcebd
commit b08a45352d
8 changed files with 244 additions and 20 deletions
Generated
+6
View File
@@ -5756,9 +5756,13 @@ dependencies = [
"futures-util",
"log",
"native-tls",
"rustls",
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tungstenite",
"webpki",
"webpki-roots",
]
[[package]]
@@ -5915,10 +5919,12 @@ dependencies = [
"log",
"native-tls",
"rand 0.8.5",
"rustls",
"sha1",
"thiserror",
"url",
"utf-8",
"webpki",
]
[[package]]