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
It seems like this crate is only using publicsuffix to take advantage of publicsuffix::IntoUrl trait. This trait is no longer available in v2 of the crate. You can use url::Url::parse instead and drop publicsuffix entirely.
The text was updated successfully, but these errors were encountered:
It seems like this crate is only using
publicsuffix
to take advantage ofpublicsuffix::IntoUrl
trait. This trait is no longer available in v2 of the crate. You can useurl::Url::parse
instead and drop publicsuffix entirely.The text was updated successfully, but these errors were encountered: