pub async fn check_version<C: Config, R: Registry>(
    config: &C,
    registry: &R
) -> Result<(bool, RemoteVersion)>