diff --git a/Cargo.toml b/Cargo.toml index 32630d0..e12ede3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ mimalloc = { version = "0.1.39", default-features = false } 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 = { version = "0.12.0", features = ["runtime-tokio"] } tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } tokio = { version = "1.37.0", features = ["full"] } tokio-stream = "0.1.15"