diff --git a/acrate-nodeinfo/Cargo.toml b/acrate-nodeinfo/Cargo.toml index de30d95..90f87fd 100644 --- a/acrate-nodeinfo/Cargo.toml +++ b/acrate-nodeinfo/Cargo.toml @@ -9,6 +9,7 @@ jsonschema = { version = "0.26.1", default-features = false } log = "0.4.22" reqwest = { version = "0.12.9", features = ["json", "stream"] } serde = { version = "1.0.214", features = ["derive"] } +serde_json = "1.0.132" [dev-dependencies] pretty_env_logger = "0.5.0"