Skip to content

sentinel: enable reqwest json feature#3986

Open
juan-malbeclabs wants to merge 2 commits into
mainfrom
sentinel-reqwest-json-feature
Open

sentinel: enable reqwest json feature#3986
juan-malbeclabs wants to merge 2 commits into
mainfrom
sentinel-reqwest-json-feature

Conversation

@juan-malbeclabs

Copy link
Copy Markdown
Contributor

Summary

  • Enable the json feature on the reqwest dependency for the doublezero-sentinel crate.

The workspace reqwest dependency no longer enables the json feature by default, but sentinel relies on Response::json() in validator_metadata_reader.rs and multicast_publisher.rs. This declares the feature explicitly for the crate that needs it.

Testing Verification

  • cargo build -p doublezero-sentinel compiles with the json feature enabled.

The workspace reqwest dependency no longer enables the json feature by
default, but sentinel calls .json() in validator_metadata_reader and
multicast_publisher. Enable the json feature explicitly for this crate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant