diff --git a/Cargo.toml b/Cargo.toml index 22ca505..b65b3b1 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" libloading = "0.7" serde_json = "1" gut-lib = "0.1" -reqwest = { version = "0.11", features = ["blocking", "json"] } +reqwest = { version = "0.11", features = ["blocking"] } wasmer = "2" wasmer-wasi = "2"