Auto merge of #29759 - atouchet:hhpd, r=jdm

De-dupe httpdate and tokio-util

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2023-05-20 21:32:49 +02:00 committed by GitHub
commit bc8cea2495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 40 deletions

View file

@ -23,11 +23,10 @@ rand = [
[ignore]
# Ignored packages with duplicated versions
packages = [
"time",
"cookie",
"arrayvec",
"base64",
"cfg-if",
"cookie",
"crossbeam-channel",
"crossbeam-utils",
"fixedbitset",
@ -52,19 +51,18 @@ packages = [
"rand_core",
"redox_syscall",
"ron",
"time",
"wasi",
"wayland-sys",
# https://github.com/servo/servo/issues/26933
"bytes",
"futures",
"mio",
"tokio-openssl",
"pin-project-lite",
"tokio",
"tokio-macros",
"tokio-util",
"httpdate",
"bytes",
"pin-project-lite",
"tokio-openssl",
# https://github.com/servo/servo/pull/23288#issuecomment-494687746
"gl_generator",
@ -78,11 +76,11 @@ packages = [
"nix",
# Duplicated by webrender debugger via ws
"block-buffer",
"digest",
"generic-array",
"opaque-debug",
"sha-1",
"block-buffer",
# Duplicated by winit/surfman update.
"raw-window-handle",