Skip to content

Commit

Permalink
Fix missing tokio/io-util (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Mar 11, 2024
1 parent 037111f commit e319263
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 @@ -73,7 +73,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 e319263

Please sign in to comment.