build: Remove url crate dependency

This removes multiple transitive dependencies and speeds up our build.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-03-12 13:30:24 +00:00
committed by Sebastien Boeuf
parent 7f96eb2b67
commit 5bc311184e
3 changed files with 0 additions and 81 deletions

View File

@@ -17,7 +17,6 @@ extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate url;
extern crate vmm_sys_util;
#[cfg(test)]
#[macro_use]