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
One problem with the current offline feature is that ureq (and an outdated version of rustls) get pulled in even if offline is enabled, since there's no way to "depend on a crate if a cargo feature is disabled".
Instead, there should be an online feature (it could be on by default if you want), which in turns pulls in ureq.
This is a breaking change for both auto_generate_cdp and rust-headless-chrome.
The text was updated successfully, but these errors were encountered:
See also rust-headless-chrome/rust-headless-chrome#489 (which is blocked on this)
One problem with the current
offline
feature is thatureq
(and an outdated version ofrustls
) get pulled in even ifoffline
is enabled, since there's no way to "depend on a crate if a cargo feature is disabled".Instead, there should be an
online
feature (it could be on by default if you want), which in turns pulls inureq
.This is a breaking change for both
auto_generate_cdp
andrust-headless-chrome
.The text was updated successfully, but these errors were encountered: