Skip to content

Commit

Permalink
Add native-tls-alpn feature to reqwest (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopytko authored Dec 1, 2024
1 parent 29a1524 commit f15e7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyric_finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rustls-tls = ["reqwest/rustls-tls"]
native-tls = ["reqwest/native-tls"]

[dependencies]
reqwest = { version = "0.12.4", features = ["json"], default-features = false }
reqwest = { version = "0.12.4", features = ["json", "native-tls-alpn"], default-features = false }
anyhow = "1.0.86"
serde = { version = "1.0.202", features = ["derive"] }
html5ever = "0.27.0"
Expand Down

0 comments on commit f15e7a2

Please sign in to comment.