Skip to content

Commit

Permalink
build(deps): bump gix from 0.50.1 to 0.51.0
Browse files Browse the repository at this point in the history
Bumps [gix](https://github.com/Byron/gitoxide) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](Byron/gitoxide@gix-v0.50.1...gix-v0.51.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent cee9dfd commit 431c1a1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
43 changes: 26 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clap = { version = "~4.3", default-features = false, features = [
ctrlc = "3.4"
encoding_rs = "0.8"
flate2 = "1"
gix = { version = "0.50", default-features = false, features = [] }
gix = { version = "0.51", default-features = false, features = [] }
indexmap = "2.0"
is-terminal = "0.4"
nom = { version = "7", default_features = false, features = [ "std" ] }
Expand Down

0 comments on commit 431c1a1

Please sign in to comment.