seanmonstar / reqwest

An easy and powerful Rust HTTP Client
https://docs.rs/reqwest
Apache License 2.0
9.97k stars 1.13k forks source link

MSRV: `hashbrown` (through indexmap, then h2) requires 1.65 #2487

Open caojen opened 23 hours ago

caojen commented 23 hours ago

It requires 1.65 now.

hashbrown: https://github.com/rust-lang/hashbrown/issues/585 h2: https://github.com/hyperium/h2/issues/815

caojen commented 22 hours ago

perhaps this would work: https://github.com/seanmonstar/reqwest/pull/2488

just like https://github.com/hyperium/h2/pull/814