Skip to content

Commit

Permalink
Remove unused json dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jareddlc committed Jul 6, 2021
1 parent d002458 commit 362a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 362a46f

Please sign in to comment.