pub async fn check_for_update( current_version: &str, explicit_url: Option<&str>, timeout_ms: u64, ) -> Result<UpdateDecision>