Skip to content

Commit

Permalink
Remove unneeded hyper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohman committed Sep 4, 2018
1 parent 98396c2 commit 2d60469
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ serde = "1.0.70"
serde_derive = "1.0"
serde_json = "1.0"
tar = "0.4"
hyper = "0.10.13"
reqwest = "0.8.7"
multipart = "0.15.2"
structopt = "0.2.10"
1 change: 0 additions & 1 deletion src/bin/raven.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod args;
use args::rargs::*;
use ravenlib::rlib::*;
use ravenserver::ravens::*;
extern crate hyper;
extern crate reqwest;
#[macro_use]
extern crate structopt;
Expand Down

0 comments on commit 2d60469

Please sign in to comment.