Skip to content

Commit 8e00264

Browse files
dependabot[bot]extrawurst
authored andcommitted
Bump gix from 0.63.0 to 0.64.0
Bumps [gix](https://github.com/Byron/gitoxide) from 0.63.0 to 0.64.0. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-v0.63.0...gix-v0.64.0) --- updated-dependencies: - dependency-name: gix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cb5b78 commit 8e00264

File tree

2 files changed

+39
-43
lines changed

2 files changed

+39
-43
lines changed

Cargo.lock

Lines changed: 38 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
2020
git2 = "0.19"
2121
git2-hooks = { path = "../git2-hooks", version = "0.3" }
22-
gix = { version = "0.63", default-features = false, features = ["max-performance", "revision"] }
22+
gix = { version = "0.64", default-features = false, features = ["max-performance", "revision"] }
2323
log = "0.4"
2424
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
2525
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}

0 commit comments

Comments
 (0)