diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-24 21:31:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-24 21:31:46 -0700 |
commit | f06449b68574bf141c1727fb02d13c1f0aeef406 (patch) | |
tree | 4291db6935aafb206b56a820098c4703d0cc04b8 /Cargo.lock | |
parent | ac53f1b078559fe5ba806eae6f7a768ee009b4f7 (diff) | |
download | es-public-proxy-f06449b68574bf141c1727fb02d13c1f0aeef406.tar.gz es-public-proxy-f06449b68574bf141c1727fb02d13c1f0aeef406.zip |
cargo: depend on 'http' explicitly
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" name = "es-public-proxy" version = "0.1.0" dependencies = [ + "http", "hyper", "serde", "serde_json", |