Upgrade tokio and io-lifetimes (#30203)

This also adds a duplication exception for 'hermit-abi', which in
practice we never experience since it's platform-dependent.
This commit is contained in:
Martin Robinson 2023-08-25 09:37:01 +02:00 committed by GitHub
parent 21f426964b
commit c0898c3a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 14 deletions

View file

@ -36,6 +36,10 @@ packages = [
"wayland-sys",
"bitflags",
# This dependency is for "hermit os" which Servo doesn't support.
# Theoretically, it's never fetched.
"hermit-abi",
# Duplicated by rustls and image.
"spin",