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
-1
View File
@@ -41,7 +41,6 @@ serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
signal-hook = "0.3.7"
thiserror = "1.0"
url = "2.2.1"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "master" }
virtio-devices = { path = "../virtio-devices" }
vm-allocator = { path = "../vm-allocator" }
-1
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]