Skip to content

Commit aae896f

Browse files
build(deps): Update gix requirement from 0.66 to 0.73
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.66.0...gix-v0.73.0) --- updated-dependencies: - dependency-name: gix dependency-version: 0.73.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c8c8aa commit aae896f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = "1.0.117"
2525
arrow = "54.2.1"
2626
schemars = "0.8"
2727
parquet = { version = "54.0.0", features = ["arrow"] }
28-
gix = { version = "0.66", features = ["blocking-network-client"], optional = true }
28+
gix = { version = "0.73", features = ["blocking-network-client"], optional = true }
2929
clap = { version = "4.0", features = ["derive"], optional = true }
3030
lru = { version = "0.16", optional = true }
3131
hex = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)