diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-27 00:04:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-27 00:04:33 -0700 |
commit | e21ba4bb4da9f88680b6168498b73115e865ad25 (patch) | |
tree | f57d55a748ac256efc74a67088377398ce6a514c | |
parent | 46f7955094a91fd5d408eaf57195059cf0e98654 (diff) | |
download | es-public-proxy-e21ba4bb4da9f88680b6168498b73115e865ad25.tar.gz es-public-proxy-e21ba4bb4da9f88680b6168498b73115e865ad25.zip |
cargo: specify 'http' version (no wildcard in crates.io)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"] [dependencies] hyper = "0.13" -http = "*" +http = "0.2" tokio = { version = "0.2", features = ["rt-threaded", "tcp", "signal", "macros"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" |