Skip to content

Commit

Permalink
Fix missing tokio/io-util (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Feb 21, 2024
1 parent a819add commit ef53459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ socks = ["tokio-socks"]
# Don't rely on these whatsoever. They may disappear at anytime.

# Enables common types used for TLS. Useless on its own.
__tls = ["dep:rustls-pemfile"]
__tls = ["dep:rustls-pemfile", "tokio/io-util"]

# Enables common rustls code.
# Equivalent to rustls-tls-manual-roots but shorter :)
Expand Down

0 comments on commit ef53459

Please sign in to comment.