Bump git2 from 0.19.0 to 0.21.0 - #7
Merged
Merged
Conversation
Contributor
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
dependabot
Bot
force-pushed
the
dependabot/cargo/git2-0.21.0
branch
2 times, most recently
from
July 26, 2026 20:45
071092c to
3a4750e
Compare
grave0x
force-pushed
the
dependabot/cargo/git2-0.21.0
branch
7 times, most recently
from
July 26, 2026 23:19
326e9b3 to
510b1e3
Compare
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 to 0.21.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.19.0...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>
git2 0.21.0 changed remote.url() from Option<&str> to Result<&str, Error>. Use .ok().map() to convert the Result to an Option<String>.
grave0x
force-pushed
the
dependabot/cargo/git2-0.21.0
branch
from
July 26, 2026 23:23
510b1e3 to
d2a600b
Compare
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.19.0 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