Skip to content

Commit a08d636

Browse files
Update gix requirement from 0.67.0 to 0.68.0
Updates the requirements on [gix](https://github.com/GitoxideLabs/gitoxide) to permit the latest version. - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-v0.67.0...gix-v0.68.0) --- updated-dependencies: - dependency-name: gix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58754b3 commit a08d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-function-history-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chrono = "0.4.38"
2424
rayon = { version = "1.10.0", optional = true }
2525
cfg-if = "1.0.0"
2626
cached = { version = "0.54.0", optional = true }
27-
gix = { version = "0.67.0", default-features = false, features = [
27+
gix = { version = "0.68.0", default-features = false, features = [
2828
"max-performance-safe",
2929
"revision",
3030
] }

0 commit comments

Comments
 (0)