diff --git a/setup-repo/Cargo.toml b/setup-repo/Cargo.toml index b8c3167..7780dc1 100644 --- a/setup-repo/Cargo.toml +++ b/setup-repo/Cargo.toml @@ -12,5 +12,5 @@ repository.workspace = true anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "3.0" -git = { version = "0.1.0", path = "../git" } +git = { version = "0.2.0", path = "../git" } indicatif = "0.17"