Update all dependencies
webpki and webpki roots are not compatible with current rustls, so they are held back.:wq
This commit is contained in:
@@ -33,8 +33,8 @@ impl CookieTin {
|
||||
pub(crate) fn get_request_cookies(&self, url: &Url) -> Vec<cookie::Cookie> {
|
||||
let store = self.inner.read().unwrap();
|
||||
store
|
||||
.get_request_cookies(url)
|
||||
.map(|c| cookie::Cookie::new(c.name().to_owned(), c.value().to_owned()))
|
||||
.get_request_values(url)
|
||||
.map(|(name, value)| cookie::Cookie::new(name.to_owned(), value.to_owned()))
|
||||
.collect()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user