Dependencis bump (#595)

This commit is contained in:
Roey Darwish Dror
2021-01-07 10:03:20 +02:00
committed by GitHub
parent 31db02d95a
commit e3879a1c90
4 changed files with 247 additions and 475 deletions

View File

@@ -52,7 +52,7 @@ struct Vagrant {
}
impl Vagrant {
fn get_boxes<'a>(&self, directory: &'a str) -> Result<Vec<VagrantBox>> {
fn get_boxes(&self, directory: &str) -> Result<Vec<VagrantBox>> {
let path: Rc<Path> = Path::new(directory).into();
let output = Command::new(&self.path)