diff --git a/Cargo.toml b/Cargo.toml index 32630d0..c4e765d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ url = "2.5.0" urlencoding = "2.1.3" reqwest = { version = "0.11.27", features = ["stream"] } tls-api = { version = "0.9.0", features = ["runtime-tokio"] } -tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } +tls-api-native-tls = { version = "0.12.0", features = ["runtime-tokio"] } tokio = { version = "1.37.0", features = ["full"] } tokio-stream = "0.1.15" viuer = "0.6.2"