Skip to content

release gix index #2009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ zip = ["dep:flate2", "dep:zip"]
[dependencies]
gix-worktree-stream = { version = "^0.21.1", path = "../gix-worktree-stream" }
gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-path = { version = "^0.10.17", path = "../gix-path", optional = true }
gix-date = { version = "^0.10.1", path = "../gix-date" }
gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
gix-date = { version = "^0.10.2", path = "../gix-date" }

flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]

[dependencies]
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
Expand Down
4 changes: 2 additions & 2 deletions gix-blame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ rust-version = "1.70"
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
gix-date = { version = "^0.10.1", path = "../gix-date" }
gix-date = { version = "^0.10.2", path = "../gix-date" }
gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false, features = ["blob"] }
gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-traverse = { version = "^0.46.1", path = "../gix-traverse" }
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }

smallvec = "1.15.0"
thiserror = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gix-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false

[dependencies]
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-quote = { version = "^0.6.0", path = "../gix-quote" }

bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-config-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde"]

[dependencies]
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }

thiserror = "2.0.0"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
[dependencies]
gix-features = { version = "^0.42.1", path = "../gix-features" }
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
Expand Down
2 changes: 1 addition & 1 deletion gix-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
[dependencies]
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
gix-url = { version = "^0.31.0", path = "../gix-url" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-command = { version = "^0.6.0", path = "../gix-command" }
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
gix-prompt = { version = "^0.11.0", path = "../gix-prompt" }
Expand Down
33 changes: 32 additions & 1 deletion gix-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.10.2 (2025-05-10)

A maintenance release without user-facing changes.

### Commit Statistics

<csr-read-only-do-not-edit/>

- 5 commits contributed to the release over the course of 14 calendar days.
- 14 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#1979](https://github.com/GitoxideLabs/gitoxide/issues/1979), [#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **[#1979](https://github.com/GitoxideLabs/gitoxide/issues/1979)**
- Reproduce fuzz-failure ([`6bf1be6`](https://github.com/GitoxideLabs/gitoxide/commit/6bf1be67ba93c1b8e467e3c3127438d1eb43897e))
* **[#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)**
- Further upgrade `jiff` to fix fuzz failures ([`0be4dd4`](https://github.com/GitoxideLabs/gitoxide/commit/0be4dd4e037e8a3080ef335913e06bc2584fd96d))
* **Uncategorized**
- Prepare changelogs prior to release of `gix-index` ([`bfc4880`](https://github.com/GitoxideLabs/gitoxide/commit/bfc48801bf3ed39cdf7ec02e01aa3cfb6181705f))
- Merge pull request #1984 from GitoxideLabs/fuzz ([`f965540`](https://github.com/GitoxideLabs/gitoxide/commit/f965540c162ed3e23bd0d7ad9083093033647e51))
- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))
</details>

## 0.10.1 (2025-04-26)

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 3 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -22,7 +51,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87))
- Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe))
- Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
</details>

## 0.10.0 (2025-04-25)
Expand Down
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lints.workspace = true

[package]
name = "gix-date"
version = "0.10.1"
version = "0.10.2"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project parsing dates the way git does"
Expand Down
6 changes: 3 additions & 3 deletions gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ wasm = ["dep:getrandom"]
doctest = false

[dependencies]
gix-index = { version = "^0.40.0", path = "../gix-index", optional = true }
gix-index = { version = "^0.40.1", path = "../gix-index", optional = true }
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec", optional = true }
gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true }
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-filter = { version = "^0.19.1", path = "../gix-filter", optional = true }
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
gix-command = { version = "^0.6.0", path = "../gix-command", optional = true }
gix-path = { version = "^0.10.17", path = "../gix-path", optional = true }
gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
gix-fs = { version = "^0.15.0", path = "../gix-fs", optional = true }
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile", optional = true }
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
gix-traverse = { version = "^0.46.1", path = "../gix-traverse", optional = true }
gix-traverse = { version = "^0.46.2", path = "../gix-traverse", optional = true }

thiserror = "2.0.0"
imara-diff = { version = "0.1.7", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions gix-dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ test = false

[dependencies]
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
gix-index = { version = "^0.40.0", path = "../gix-index" }
gix-index = { version = "^0.40.1", path = "../gix-index" }
gix-discover = { version = "^0.40.1", path = "../gix-discover" }
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" }
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false }
gix-object = { version = "^0.49.1", path = "../gix-object" }
Expand Down
2 changes: 1 addition & 1 deletion gix-discover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false

[dependencies]
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
Expand Down
2 changes: 1 addition & 1 deletion gix-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-command = { version = "^0.6.0", path = "../gix-command" }
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-packetline-blocking = { version = "^0.19.0", path = "../gix-packetline-blocking" }
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }

Expand Down
2 changes: 1 addition & 1 deletion gix-glob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde", "bitflags/serde"]

[dependencies]
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-features = { version = "^0.42.1", path = "../gix-features" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
bitflags = "2"
Expand Down
2 changes: 1 addition & 1 deletion gix-ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]

[dependencies]
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-trace = { version = "^0.1.12", path = "../gix-trace" }

bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
Expand Down
34 changes: 33 additions & 1 deletion gix-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.40.1 (2025-05-10)

### Bug Fixes

- <csr-id-00e89341cd89f58d031eee8a4e60f6ebdcd53185/> Fix build on NetBSD

### Commit Statistics

<csr-read-only-do-not-edit/>

- 6 commits contributed to the release over the course of 14 calendar days.
- 14 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to release of `gix-index` ([`bfc4880`](https://github.com/GitoxideLabs/gitoxide/commit/bfc48801bf3ed39cdf7ec02e01aa3cfb6181705f))
- Merge pull request #2005 from 0-wiz-0/main ([`33c4d6b`](https://github.com/GitoxideLabs/gitoxide/commit/33c4d6b6656c994ed090f2fddd70e014401baf30))
- Fix build on NetBSD ([`00e8934`](https://github.com/GitoxideLabs/gitoxide/commit/00e89341cd89f58d031eee8a4e60f6ebdcd53185))
- Merge pull request #1977 from GitoxideLabs/dependabot/cargo/cargo-811d7b929d ([`800738a`](https://github.com/GitoxideLabs/gitoxide/commit/800738a37f3d33926a427edfa294423bbe3f2b66))
- Bump the cargo group with 12 updates ([`4408166`](https://github.com/GitoxideLabs/gitoxide/commit/4408166bf56197a67419277a4ef8feeba9060fee))
- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))
</details>

## 0.40.0 (2025-04-26)

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 3 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -22,7 +52,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87))
- Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe))
- Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
</details>

## 0.39.1 (2025-04-25)
Expand Down
4 changes: 2 additions & 2 deletions gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lints.workspace = true

[package]
name = "gix-index"
version = "0.40.0"
version = "0.40.1"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
Expand All @@ -29,7 +29,7 @@ gix-hash = { version = "^0.18.0", path = "../gix-hash" }
gix-bitmap = { version = "^0.2.14", path = "../gix-bitmap" }
gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
gix-traverse = { version = "^0.46.1", path = "../gix-traverse" }
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
Expand Down
2 changes: 1 addition & 1 deletion gix-mailmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde", "gix-actor/serde"]

[dependencies]
gix-actor = { version = "^0.35.1", path = "../gix-actor" }
gix-date = { version = "^0.10.1", path = "../gix-date" }
gix-date = { version = "^0.10.2", path = "../gix-date" }
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
thiserror = "2.0.0"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions gix-merge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-filter = { version = "^0.19.1", path = "../gix-filter" }
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-command = { version = "^0.6.0", path = "../gix-command" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile" }
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
gix-revision = { version = "^0.34.1", path = "../gix-revision", default-features = false, features = ["merge_base"] }
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false, features = ["blob"] }
gix-index = { version = "^0.40.0", path = "../gix-index" }
gix-index = { version = "^0.40.1", path = "../gix-index" }

thiserror = "2.0.0"
imara-diff = { version = "0.1.7" }
Expand Down
2 changes: 1 addition & 1 deletion gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test = false
[dependencies]
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-date = { version = "^0.10.1", path = "../gix-date" }
gix-date = { version = "^0.10.2", path = "../gix-date" }
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
thiserror = "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
gix-features = { version = "^0.42.1", path = "../gix-features", features = ["walkdir", "zlib", "crc32"] }
gix-hashtable = { version = "^0.8.1", path = "../gix-hashtable" }
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
gix-date = { version = "^0.10.1", path = "../gix-date" }
gix-path = { version = "^0.10.17", path = "../gix-path" }
gix-date = { version = "^0.10.2", path = "../gix-date" }
gix-path = { version = "^0.10.18", path = "../gix-path" }
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
gix-object = { version = "^0.49.1", path = "../gix-object" }
gix-pack = { version = "^0.59.1", path = "../gix-pack", default-features = false }
Expand Down
Loading
Loading