pub async fn fetch_release_json_async( url: &str, description: &str, ) -> Result<String>
Async counterpart of fetch_release_json_blocking.
fetch_release_json_blocking