mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Replace time with std::time in components/net (#31079)
* Replace time with std::time in components/net Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> * Fix cookie::test_sort_order test Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> --------- Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
d86e713a9c
commit
580062228b
13 changed files with 161 additions and 123 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2802,6 +2802,7 @@ dependencies = [
|
|||
name = "hyper_serde"
|
||||
version = "0.13.2"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"cookie 0.12.0",
|
||||
"headers",
|
||||
"http",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue