pub async fn perform_rebase( deps: FlatDep, repo: &Repository, remote: &str, boundary: Option<&str>, ) -> Result<(), Box<dyn Error>>