github web-platform-tests/wpt merge_pr_47310

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
5 months ago

dependencies: Upgrade cookie and rename Servo's Cookie to ServoCookie

This changes updates to the new version of the cookie crate in Servo
which no longer uses the old time@0.1 data types. This requires using
a new version of time while we transition off of the old one. This is
the first step in that process.

In addition, the overloading of the cookie::Cookie name was causing a
great deal of confusion, so I've renamed the Servo wrapper to
ServoCookie like we do with ServoUrl.

Signed-off-by: Martin Robinson mrobinson@igalia.com

Don't miss a new wpt release

NewReleases is sending notifications on new releases.