X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/b09ac886b7c6ca5f2248de1798a121b6d48bd858..aece0e58f930f908dd06181c04ed40a1da4ee9c8:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index cb0850d..e2c8ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4.5.2", features = ["derive"] } percent-encoding = "2.3.1" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.11", features = ["json", "native-tls", "native-tls-vendored"] } scraper = "0.19.0" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114"