mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +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
|
@ -16,6 +16,7 @@ doctest = false
|
|||
test = false
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
cookie = { workspace = true }
|
||||
headers = { workspace = true }
|
||||
http = { workspace = true }
|
||||
|
@ -23,7 +24,7 @@ hyper = { workspace = true }
|
|||
mime = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_bytes = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0"
|
||||
time = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue