zyx 2 лет назад
Родитель
Сommit
f7719dc2fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -6,4 +6,4 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-reqwest = { version = "0.11", features = ["json","blocking"] }
+reqwest = { version = "0.11", features = ["json","blocking","rustls-tls"] }