gobanos / cargo-aoc

443 stars 47 forks source link

Update cargo-aoc reqwest dependency #105

Closed darin-costello closed 12 months ago

darin-costello commented 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

Download succeeded with dependency update.

gobanos commented 12 months ago

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: