summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-24 21:31:46 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-24 21:31:46 -0700
commitf06449b68574bf141c1727fb02d13c1f0aeef406 (patch)
tree4291db6935aafb206b56a820098c4703d0cc04b8
parentac53f1b078559fe5ba806eae6f7a768ee009b4f7 (diff)
downloades-public-proxy-f06449b68574bf141c1727fb02d13c1f0aeef406.tar.gz
es-public-proxy-f06449b68574bf141c1727fb02d13c1f0aeef406.zip
cargo: depend on 'http' explicitly
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39bcae4..ff7cb90 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -34,6 +34,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
name = "es-public-proxy"
version = "0.1.0"
dependencies = [
+ "http",
"hyper",
"serde",
"serde_json",
diff --git a/Cargo.toml b/Cargo.toml
index d560028..78c1bf7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
hyper = "0.13"
+http = "*"
tokio = { version = "0.2", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"