build(deps): bump git2 from 0.20.4 to 0.21.0 - #3
Merged
Conversation
❌ 6 Tests Failed:
View the full list of 6 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/cargo/git2-0.21.0
branch
from
August 14, 2026 01:10
53fcc99 to
d647285
Compare
Owner
|
@dependabot rebase |
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.4 to 0.21.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.4...git2-0.21.0) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/git2-0.21.0
branch
from
August 14, 2026 01:31
d647285 to
4e35387
Compare
The bump does not build on its own. git2 0.21 carries two breaking changes we sit on: `Cred::credential_helper` now lives behind a new `cred` feature, which `default-features = false` excludes. Enable it explicitly, or a private HTTPS template loses the credential-helper fallback. `ssh` and `https` stay off: they were off under 0.20 too, and turning them on here would smuggle a behaviour change into a dependency bump. String accessors that returned `Option<&str>` now return `Result`, so a missing value is distinguishable from a non-UTF-8 one. Every call site keeps its previous meaning — a name we cannot spell is treated as absent rather than raised, which is what keeps the tree walk deterministic.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps git2 from 0.20.4 to 0.21.0.
Changelog
Sourced from git2's changelog.
... (truncated)
Commits
dffaf27Merge pull request #1256 from weihanglo/changelog84b9c76docs: changelog for git2@0.218c6dc4aMerge pull request #1206 from weihanglo/sha256-git27bd145efix: importObjectFormatin one placefc8af6atest(oid): split_extto test each format separatelyb9bde87test: oid length sanity check57a68e0feat(oid): impl Display for ObjectFormat7acee09chore(ci): test git2 sha256 supportbdf5b7bfix: init example with--object-formatoption9fb4e6arefactor(util): dropunsafefromzeroed_raw_oid