Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Dec 29, 2020
1 parent 8c427bf commit eb27a71
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 @@ -15,7 +15,7 @@ tcp = ["hyper/tcp"]

[dependencies]
http = "0.2"
hyper = { git = "https://github.com/benesch/hyper.git", branch = "connectors-no-proto", default-features = false, features = ["client"] }
hyper = { version = "0.14.2", default-features = false, features = ["client"] }
linked_hash_set = "0.1"
once_cell = "1.0"
openssl = "0.10.32"
Expand Down

0 comments on commit eb27a71

Please sign in to comment.