diff --git a/jig-cli/Cargo.toml b/jig-cli/Cargo.toml index c0aab94..543e60d 100644 --- a/jig-cli/Cargo.toml +++ b/jig-cli/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "4.3.0", default-features = false, features = ["help", "std", clap_complete = "4.4.4" color-eyre = { workspace = true } etcetera = "0.8.0" -gix = { version = "0.55.2", default-features = false } +gix = { version = "0.57.1", default-features = false } inquire = { git = "https://github.com/mikaelmello/inquire.git", features = ["date"] } jira = { path = "../jira", default-features = false } regex = { workspace = true }