Skip to content

Commit

Permalink
Update gix requirement from 0.48.0 to 0.55.2
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.48.0...gix-v0.55.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 9f5a51b commit a677b00
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 @@ -9,7 +9,7 @@ chrono = { version = "0.4.26", default-features = false, features = ["clock"]}
clap = { version = "4.3.0", default-features = false, features = ["help", "std", "color", "derive"] }
color-eyre = { workspace = true }
etcetera = "0.8.0"
gix = { version = "0.48.0", default-features = false }
gix = { version = "0.55.2", 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 a677b00

Please sign in to comment.