Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump git2 from 0.19.0 to 0.20.0 #465

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps git2 from 0.19.0 to 0.20.0.

Changelog

Sourced from git2's changelog.

0.20.0 - 2025-01-04

0.19.0...0.20.0

Added

  • Debug is now implemented for transport::Service #1074
  • Added Repository::commondir #1079
  • Added Repository::merge_base_octopus #1088
  • Restored impls for PartialOrd, Ord, and Hash for bitflags types that were inadvertently removed in a prior release. #1096
  • Added CheckoutBuilder::disable_pathspec_match #1107
  • Added PackBuilder::write #1110

Changed

  • ❗ Updated to libgit2 1.9.0 #1111
  • ❗ Removed the ssh_key_from_memory Cargo feature, it was unused. #1087
  • ❗ Errors from Tree::walk are now correctly reported to the caller. #1098
  • ❗ The trace_set callback now takes a &[u8] instead of a &str. #1071
  • Error::last_error now returns Error instead of Option<Error>. #1072

Fixed

  • Fixed OdbReader::read return value. #1061
  • When a credential helper executes a shell command, don't pop open a console window on Windows. #1075
Commits
  • 14cdc15 Merge pull request #1115 from ehuss/lock-locked
  • cbf9dd4 Merge pull request #1116 from ehuss/update-time
  • e46a1f9 Check that Cargo.lock is not outdated in CI
  • a4bd932 Update the time dev-dependency
  • ca65651 Merge pull request #1113 from ehuss/cargo-lock
  • e16a3f9 Merge pull request #1112 from ehuss/check-cfg
  • f538a99 Add a Cargo.lock
  • 8ce89e2 Squelch the warning about libgit2_vendored check-cfg
  • 92d96ac Merge pull request #1072 from vcfxb/remove-error-unwraps
  • 8977c0c Merge pull request #1071 from vcfxb/fix-tracing-ub
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 to 0.20.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-0.19.0...git2-0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.01%. Comparing base (4a7649a) to head (09735f0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #465   +/-   ##
=======================================
  Coverage   41.01%   41.01%           
=======================================
  Files          16       16           
  Lines         829      829           
=======================================
  Hits          340      340           
  Misses        489      489           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daniel-white daniel-white merged commit 332459b into main Jan 6, 2025
26 checks passed
@daniel-white daniel-white deleted the dependabot/cargo/git2-0.20.0 branch January 6, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant