Skip to content

Commit

Permalink
Update gix (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Mar 21, 2024
1 parent 4aa667e commit 7d6f4d4
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#54](https://github.com/EmbarkStudios/tame-index/pull/54) updated `gix` -> 0.61.

## [0.9.8] - 2024-03-17
### Changed
- [PR#53](https://github.com/EmbarkStudios/tame-index/pull/53) updated `gix` -> 0.60.
Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ twox-hash = { version = "1.6", default-features = false }

[dependencies.gix]
optional = true
version = "0.60"
version = "0.61"
default-features = false
features = ["blocking-http-transport-reqwest"]

# Keep version aligned with gix-transport
[dependencies.reqwest]
optional = true
version = "0.11"
Expand Down

0 comments on commit 7d6f4d4

Please sign in to comment.