fix(deps): update rust crate git2 to 0.20.0 #42

Merged
kjuulh merged 1 commits from renovate/all into main 2025-01-05 06:44:58 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
git2 dependencies minor 0.19.0 -> 0.20.0

Release Notes

rust-lang/git2-rs (git2)

v0.20.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [git2](https://github.com/rust-lang/git2-rs) | dependencies | minor | `0.19.0` -> `0.20.0` | --- ### Release Notes <details> <summary>rust-lang/git2-rs (git2)</summary> ### [`v0.20.0`](https://github.com/rust-lang/git2-rs/blob/HEAD/CHANGELOG.md#0200---2025-01-04) [Compare Source](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0) [0.19.0...0.20.0](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0) ##### Added - `Debug` is now implemented for `transport::Service` [#&#8203;1074](https://github.com/rust-lang/git2-rs/pull/1074) - Added `Repository::commondir` [#&#8203;1079](https://github.com/rust-lang/git2-rs/pull/1079) - Added `Repository::merge_base_octopus` [#&#8203;1088](https://github.com/rust-lang/git2-rs/pull/1088) - Restored impls for `PartialOrd`, `Ord`, and `Hash` for bitflags types that were inadvertently removed in a prior release. [#&#8203;1096](https://github.com/rust-lang/git2-rs/pull/1096) - Added `CheckoutBuilder::disable_pathspec_match` [#&#8203;1107](https://github.com/rust-lang/git2-rs/pull/1107) - Added `PackBuilder::write` [#&#8203;1110](https://github.com/rust-lang/git2-rs/pull/1110) ##### Changed - ❗ Updated to libgit2 [1.9.0](https://github.com/libgit2/libgit2/releases/tag/v1.9.0) [#&#8203;1111](https://github.com/rust-lang/git2-rs/pull/1111) - ❗ Removed the `ssh_key_from_memory` Cargo feature, it was unused. [#&#8203;1087](https://github.com/rust-lang/git2-rs/pull/1087) - ❗ Errors from `Tree::walk` are now correctly reported to the caller. [#&#8203;1098](https://github.com/rust-lang/git2-rs/pull/1098) - ❗ The `trace_set` callback now takes a `&[u8]` instead of a `&str`. [#&#8203;1071](https://github.com/rust-lang/git2-rs/pull/1071) - ❗ `Error::last_error` now returns `Error` instead of `Option<Error>`. [#&#8203;1072](https://github.com/rust-lang/git2-rs/pull/1072) ##### Fixed - Fixed `OdbReader::read` return value. [#&#8203;1061](https://github.com/rust-lang/git2-rs/pull/1061) - When a credential helper executes a shell command, don't pop open a console window on Windows. [#&#8203;1075](https://github.com/rust-lang/git2-rs/pull/1075) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-01-05 02:54:59 +01:00
fix(deps): update rust crate git2 to 0.20.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
1db0aae184
kjuulh merged commit 1db0aae184 into main 2025-01-05 06:44:58 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/pull-articles#42
No description provided.