Skip to content

Commit

Permalink
Update gix requirement from 0.55.2 to 0.57.1
Browse files Browse the repository at this point in the history
Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.55.2...gix-v0.57.1)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent bba23c1 commit ba87d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jig-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ba87d50

Please sign in to comment.