Skip to content

Commit

Permalink
Release gix-glob v0.10.2, gix-date v0.7.2, gix-validate v0.8.0, gix-o…
Browse files Browse the repository at this point in the history
…bject v0.34.0, gix-ref v0.34.0, gix-config v0.27.0, gix-commitgraph v0.18.2, gix-revwalk v0.5.0, gix-revision v0.19.0, gix-refspec v0.15.0, gix-submodule v0.1.0, safety bump 18 crates

SAFETY BUMP: gix-object v0.34.0, gix-ref v0.34.0, gix-config v0.27.0, gix-revwalk v0.5.0, gix-revision v0.19.0, gix-refspec v0.15.0, gix-submodule v0.1.0, gix-diff v0.34.0, gix-traverse v0.31.0, gix-index v0.22.0, gix-worktree v0.24.0, gix-filter v0.3.0, gix-odb v0.51.0, gix-pack v0.41.0, gix-negotiate v0.6.0, gix-archive v0.3.0, gix-worktree-stream v0.3.0, gix-discover v0.23.0
  • Loading branch information
Byron committed Aug 7, 2023
1 parent cbe8e62 commit 4604f83
Show file tree
Hide file tree
Showing 41 changed files with 237 additions and 208 deletions.
174 changes: 87 additions & 87 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
[dependencies]
# deselect everything else (like "performance") as this should be controllable by the parent application.
gix = { version = "^0.51.0", path = "../gix", default-features = false }
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.40.2", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.41.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
gix-transport-configuration-only = { package = "gix-transport", version = "^0.34.2", path = "../gix-transport", default-features = false }
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.2.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.3.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.42"
thiserror = "1.0.34"
Expand Down
8 changes: 4 additions & 4 deletions gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-archive"
version = "0.2.1"
version = "0.3.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "archive generation from of a worktree stream"
Expand All @@ -24,10 +24,10 @@ zip = ["dep:zip", "dep:time"]


[dependencies]
gix-worktree-stream = { version = "^0.2.0", path = "../gix-worktree-stream" }
gix-object = { version = "^0.33.1", path = "../gix-object" }
gix-worktree-stream = { version = "^0.3.0", path = "../gix-worktree-stream" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
gix-path = { version = "^0.8.4", path = "../gix-path", optional = true }
gix-date = { version = "^0.7.1", path = "../gix-date" }
gix-date = { version = "^0.7.2", path = "../gix-date" }

libflate = { version = "2.0.0", optional = true }
zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] }
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 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
[dependencies]
gix-path = { version = "^0.8.4", path = "../gix-path" }
gix-quote = { version = "^0.4.6", path = "../gix-quote" }
gix-glob = { version = "^0.10.1", path = "../gix-glob" }
gix-glob = { version = "^0.10.2", path = "../gix-glob" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
smallvec = "1.10.0"
Expand Down
5 changes: 3 additions & 2 deletions gix-commitgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.18.2 (2023-08-07)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 2 calendar days.
- 3 commits contributed to the release over the course of 3 calendar days.
- 15 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
- Fix various tests to run properly on linux ([`ef8ccd9`](https://github.com/Byron/gitoxide/commit/ef8ccd9d16143d37155d063747c69cade80f162d))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-commitgraph"
version = "0.18.1"
version = "0.18.2"
repository = "https://github.com/Byron/gitoxide"
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 4 additions & 3 deletions gix-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## Unreleased
## 0.27.0 (2023-08-07)

### Bug Fixes (BREAKING)

Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 4 commits contributed to the release over the course of 2 calendar days.
- 5 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
- Merge branch 'submodules' ([`b629f8a`](https://github.com/Byron/gitoxide/commit/b629f8a774931d58c0a9b124fa75f85807c6c5d1))
- `File::push_section()` is now infallible. ([`d091c78`](https://github.com/Byron/gitoxide/commit/d091c78aa863180ea304cd4e0b60a2193a82a546))
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
Expand Down Expand Up @@ -2577,7 +2578,7 @@ This is a maintenance release without functional changes.
- _None._

<csr-unknown>
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
<csr-unknown/>

## v0.1.1 (2021-05-09)
Expand Down
6 changes: 3 additions & 3 deletions gix-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-config"
version = "0.26.2"
version = "0.27.0"
repository = "https://github.com/Byron/gitoxide"
description = "A gix-config file parser and editor from the gitoxide project"
license = "MIT OR Apache-2.0"
Expand All @@ -21,8 +21,8 @@ gix-features = { version = "^0.32.1", path = "../gix-features"}
gix-config-value = { version = "^0.12.5", path = "../gix-config-value" }
gix-path = { version = "^0.8.4", path = "../gix-path" }
gix-sec = { version = "^0.8.4", path = "../gix-sec" }
gix-ref = { version = "^0.33.3", path = "../gix-ref" }
gix-glob = { version = "^0.10.1", path = "../gix-glob" }
gix-ref = { version = "^0.34.0", path = "../gix-ref" }
gix-glob = { version = "^0.10.2", path = "../gix-glob" }

log = "0.4.17"
winnow = "0.5"
Expand Down
5 changes: 3 additions & 2 deletions gix-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.7.2 (2023-08-07)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 4 commits contributed to the release over the course of 3 calendar days.
- 5 commits contributed to the release over the course of 4 calendar days.
- 15 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#961](https://github.com/Byron/gitoxide/issues/961)
Expand All @@ -27,6 +27,7 @@ A maintenance release without user-facing changes.
* **[#961](https://github.com/Byron/gitoxide/issues/961)**
- Add another fuzz-failure that doesn't fail ([`90ec770`](https://github.com/Byron/gitoxide/commit/90ec77057fa8a7d191c959e2f3a3c958270803eb))
* **Uncategorized**
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
- Fix various tests to run properly on linux ([`ef8ccd9`](https://github.com/Byron/gitoxide/commit/ef8ccd9d16143d37155d063747c69cade80f162d))
- Update `time` crate explicitly in Cargo.toml to latest version ([`e145a74`](https://github.com/Byron/gitoxide/commit/e145a7489dd5e1a7c3458428ecbd101e7b53536b))
Expand Down
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-date"
version = "0.7.1"
version = "0.7.2"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project parsing dates the way git does"
Expand Down
4 changes: 2 additions & 2 deletions gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-diff"
version = "0.33.1"
version = "0.34.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "Calculate differences between various git objects"
Expand All @@ -21,7 +21,7 @@ doctest = false

[dependencies]
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-object = { version = "^0.33.1", path = "../gix-object" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
thiserror = "1.0.32"
imara-diff = "0.1.3"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
Expand Down
4 changes: 2 additions & 2 deletions gix-discover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-discover"
version = "0.22.1"
version = "0.23.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "Discover git repositories and check if a directory is a git repository"
Expand All @@ -15,7 +15,7 @@ doctest = false
[dependencies]
gix-sec = { version = "^0.8.4", path = "../gix-sec" }
gix-path = { version = "^0.8.4", path = "../gix-path" }
gix-ref = { version = "^0.33.1", path = "../gix-ref" }
gix-ref = { version = "^0.34.0", path = "../gix-ref" }
gix-hash = { version = "^0.11.4", path = "../gix-hash" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
Expand Down
4 changes: 2 additions & 2 deletions gix-filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-filter"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project implementing git filters"
Expand All @@ -14,7 +14,7 @@ doctest = false
[dependencies]
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-trace = { version = "^0.1.3", path = "../gix-trace" }
gix-object = { version = "^0.33.1", path = "../gix-object" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
gix-command = { version = "^0.2.8", path = "../gix-command" }
gix-quote = { version = "^0.4.6", path = "../gix-quote" }
gix-path = { version = "^0.8.4", path = "../gix-path" }
Expand Down
5 changes: 3 additions & 2 deletions gix-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.10.2 (2023-08-07)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 2 calendar days.
- 3 commits contributed to the release over the course of 3 calendar days.
- 15 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
- Fix various tests to run properly on linux ([`ef8ccd9`](https://github.com/Byron/gitoxide/commit/ef8ccd9d16143d37155d063747c69cade80f162d))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-glob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-glob"
version = "0.10.1"
version = "0.10.2"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing with pattern matching"
Expand Down
2 changes: 1 addition & 1 deletion gix-ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]

[dependencies]
gix-glob = { version = "^0.10.1", path = "../gix-glob" }
gix-glob = { version = "^0.10.2", path = "../gix-glob" }
gix-path = { version = "^0.8.4", path = "../gix-path" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
Expand Down
6 changes: 3 additions & 3 deletions gix-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-index"
version = "0.21.1"
version = "0.22.0"
repository = "https://github.com/Byron/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 @@ -23,8 +23,8 @@ serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"]
gix-features = { version = "^0.32.1", path = "../gix-features", features = ["rustsha1", "progress"] }
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-bitmap = { version = "^0.2.6", path = "../gix-bitmap" }
gix-object = { version = "^0.33.1", path = "../gix-object" }
gix-traverse = { version = "^0.30.1", path = "../gix-traverse" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
gix-traverse = { version = "^0.31.0", path = "../gix-traverse" }
gix-lock = { version = "^7.0.0", path = "../gix-lock" }
gix-fs = { version = "^0.4.1", path = "../gix-fs" }

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

[dependencies]
gix-actor = { version = "^0.24.1", path = "../gix-actor" }
gix-date = { version = "^0.7.1", path = "../gix-date" }
gix-date = { version = "^0.7.2", path = "../gix-date" }
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
thiserror = "1.0.38"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
Expand Down
10 changes: 5 additions & 5 deletions gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-negotiate"
version = "0.5.1"
version = "0.6.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project implementing negotiation algorithms"
Expand All @@ -14,10 +14,10 @@ test = false

[dependencies]
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-object = { version = "^0.33.1", path = "../gix-object" }
gix-date = { version = "^0.7.1", path = "../gix-date" }
gix-commitgraph = { version = "^0.18.1", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.4.1", path = "../gix-revwalk" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
gix-date = { version = "^0.7.2", path = "../gix-date" }
gix-commitgraph = { version = "^0.18.2", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.5.0", path = "../gix-revwalk" }
thiserror = "1.0.40"
smallvec = "1.10.0"
bitflags = "2"
Expand Down
5 changes: 3 additions & 2 deletions gix-object/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.34.0 (2023-08-07)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 2 calendar days.
- 3 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
- Fix various tests to run properly on linux ([`ef8ccd9`](https://github.com/Byron/gitoxide/commit/ef8ccd9d16143d37155d063747c69cade80f162d))
</details>
Expand Down
6 changes: 3 additions & 3 deletions gix-object/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-object"
version = "0.33.2"
version = "0.34.0"
description = "Immutable and mutable git objects with decoding and encoding support"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
repository = "https://github.com/Byron/gitoxide"
Expand All @@ -24,9 +24,9 @@ verbose-object-parsing-errors = ["nom/std"]
[dependencies]
gix-features = { version = "^0.32.1", path = "../gix-features", features = ["rustsha1"] }
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-validate = { version = "^0.7.7", path = "../gix-validate" }
gix-validate = { version = "^0.8.0", path = "../gix-validate" }
gix-actor = { version = "^0.24.2", path = "../gix-actor" }
gix-date = { version = "^0.7.1", path = "../gix-date" }
gix-date = { version = "^0.7.2", path = "../gix-date" }

btoi = "0.4.2"
itoa = "1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-odb"
version = "0.50.2"
version = "0.51.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -30,11 +30,11 @@ required-features = []
[dependencies]
gix-features = { version = "^0.32.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-date = { version = "^0.7.1", path = "../gix-date" }
gix-date = { version = "^0.7.2", path = "../gix-date" }
gix-path = { version = "^0.8.4", path = "../gix-path" }
gix-quote = { version = "^0.4.6", path = "../gix-quote" }
gix-object = { version = "^0.33.2", path = "../gix-object" }
gix-pack = { version = "^0.40.1", path = "../gix-pack" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
gix-pack = { version = "^0.41.0", path = "../gix-pack" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

tempfile = "3.1.0"
Expand Down
8 changes: 4 additions & 4 deletions gix-pack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-pack"
version = "0.40.2"
version = "0.41.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -32,9 +32,9 @@ gix-features = { version = "^0.32.1", path = "../gix-features", features = ["crc
gix-path = { version = "^0.8.4", path = "../gix-path" }
gix-hash = { version = "^0.11.4", path = "../gix-hash" }
gix-chunk = { version = "^0.4.4", path = "../gix-chunk" }
gix-object = { version = "^0.33.1", path = "../gix-object" }
gix-traverse = { version = "^0.30.1", path = "../gix-traverse" }
gix-diff = { version = "^0.33.1", path = "../gix-diff" }
gix-object = { version = "^0.34.0", path = "../gix-object" }
gix-traverse = { version = "^0.31.0", path = "../gix-traverse" }
gix-diff = { version = "^0.34.0", path = "../gix-diff" }
gix-hashtable = { version = "^0.2.4", path = "../gix-hashtable" }

memmap2 = "0.7.0"
Expand Down
Loading

0 comments on commit 4604f83

Please sign in to comment.