You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussing in this reqwest issue, the transitive dependency on the time crate causes issues when targeting wasm. The upstream cookie-rs crate has a dependency here as well, so supporting this use case would involve an upstream change as well.
The text was updated successfully, but these errors were encountered:
#27 has been merged; I am leaving this issue open pending feedback that seanmonstar/reqwest#1449 can move forward with this change, at which point I can cut a 0.18.0 release including the change.
As discussing in this reqwest issue, the transitive dependency on the
time
crate causes issues when targetingwasm
. The upstreamcookie-rs
crate has a dependency here as well, so supporting this use case would involve an upstream change as well.The text was updated successfully, but these errors were encountered: