Closed darin-costello closed 12 months ago
Default features are needed for request to use tls/https see: https://github.com/seanmonstar/reqwest/issues/1430
Locally all downloads would fail with: error sending request for url (https://adventofcode.com/2023/day/1/input): error trying to connect: invalid URL, scheme is not http
error sending request for url (https://adventofcode.com/2023/day/1/input): error trying to connect: invalid URL, scheme is not http
Download succeeded with dependency update.
Oh, crap, I miscopied the feature, but in this case I'd like to use rustls-tls. I'll publish a fix right away :smile:
Default features are needed for request to use tls/https see: https://github.com/seanmonstar/reqwest/issues/1430
Locally all downloads would fail with:
error sending request for url (https://adventofcode.com/2023/day/1/input): error trying to connect: invalid URL, scheme is not http
Download succeeded with dependency update.