Skip to content

Commit

Permalink
Upgrade tokio and io-lifetimes (#30203)
Browse files Browse the repository at this point in the history
This also adds a duplication exception for 'hermit-abi', which in
practice we never experience since it's platform-dependent.
  • Loading branch information
mrobinson committed Aug 25, 2023
1 parent 21f4269 commit c0898c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
35 changes: 21 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions servo-tidy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit c0898c3

Please sign in to comment.