aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-27 00:04:33 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-27 00:04:33 -0700
commite21ba4bb4da9f88680b6168498b73115e865ad25 (patch)
treef57d55a748ac256efc74a67088377398ce6a514c
parent46f7955094a91fd5d408eaf57195059cf0e98654 (diff)
downloades-public-proxy-e21ba4bb4da9f88680b6168498b73115e865ad25.tar.gz
es-public-proxy-e21ba4bb4da9f88680b6168498b73115e865ad25.zip
cargo: specify 'http' version (no wildcard in crates.io)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ef2dba..b320200 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"