build(deps): update dependencies - #52
Merged
Merged
Conversation
bircni
commented
Jul 14, 2026
Owner
- git2 0.20 -> 0.21
- log 0.4.29 -> 0.4.33
- rayon 1.11 -> 1.12
- insta 1.47 -> 1.48
Bump git2 0.20 -> 0.21, log 0.4.29 -> 0.4.33, rayon 1.11 -> 1.12 and insta 1.47 -> 1.48, and refresh the lockfile (notably openssl-src to 3.6.3, which is what the vendored-openssl build links against). git2 0.21 changes its string accessors so callers can distinguish a missing value from a non-UTF-8 one: Remote::url() and Reference::shorthand() now return Result<&str, Error>, while StringArray::get() and Reference::symbolic_target() return Result<Option<&str>, Error>. Adapt the call sites in gitinfo so the previous fallbacks are preserved -- a non-UTF-8 branch name or remote URL still degrades to "(no branch)" / Status::Unknown / no remote instead of surfacing an error. Also collapse a map().unwrap_or() into map_or() in get_changed_count to clear the last clippy warning.
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.