pub fn fetch_verified_text( url: &str, expected_sha256: &str, opts: &FetchOpts, ) -> Result<String>
Read verified remote content as a UTF-8 string (for YAML includes).