diff --git a/binding-rust/Cargo.toml b/binding-rust/Cargo.toml index a83031c..e4c0a2e 100644 --- a/binding-rust/Cargo.toml +++ b/binding-rust/Cargo.toml @@ -6,4 +6,4 @@ authors = ["NivenT "] [dependencies] rand = "0.3.14" serde_json = "0.8.0" -hyper = "0.9.12" +hyper = {version = "0.9.12", default-features = false}