diff --git a/Cargo.lock b/Cargo.lock index e72bb98..7734c3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,7 +284,7 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" [[package]] name = "ppi" -version = "1.1.1" +version = "1.1.2" dependencies = [ "clap", "dirs", diff --git a/src/main.rs b/src/main.rs index 0c32c30..0820aa1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ extern crate serde; extern crate toml; extern crate git2; -use std::{path::{PathBuf, Path}, io::{Read, Cursor}, collections::{HashMap, HashSet}, ffi::OsStr}; +use std::{path::{PathBuf, Path}, io::Read, collections::{HashMap, HashSet}, ffi::OsStr}; use clap::{Command, Arg}; use serde::{Serialize, Deserialize};