Skip to content

Commit

Permalink
Restore runtime feature to hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 16, 2023
1 parent 0d080e6 commit af611a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion common/request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
# Deprecated here means to enable deprecated warnings, not to restore deprecated APIs
hyper = { version = "0.14", default-features = false, features = ["http1", "tcp", "client", "backports", "deprecated"] }
hyper = { version = "0.14", default-features = false, features = ["http1", "tcp", "client", "runtime", "backports", "deprecated"] }
tokio = { version = "1", default-features = false }

hyper-rustls = { version = "0.24", default-features = false, features = ["http1", "native-tokio"], optional = true }
Expand Down

0 comments on commit af611a3

Please sign in to comment.