fix(deps): update rust crate git2 to 0.18.0 #45
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
infeasible
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LibrePages/librepages#45
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/git2-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.14.2
->0.18.0
Release Notes
rust-lang/git2-rs (git2)
v0.18.3
Compare Source
0.18.2...0.18.3
Added
opts::
functions to get / set libgit2 mwindow options#1035
Changed
#1007
v0.18.2
Compare Source
0.18.1...0.18.2
Added
opts::set_ssl_cert_file
andopts::set_ssl_cert_dir
for setting Certificate Authority file locations.#997
TreeIter::nth
which makes jumping ahead in the iterator more efficient.#1004
Repository::find_commit_by_prefix
to find a commit by a shortened hash.#1011
Repository::find_tag_by_prefix
to find a tag by a shortened hash.#1015
Repository::find_object_by_prefix
to find an object by a shortened hash.#1014
Changed
This fixes CVE-2024-24575 and CVE-2024-24577.
#1017
v0.18.1
Compare Source
0.18.0...0.18.1
Added
FetchOptions::depth
to set the depth of a fetch or clone, adding support for shallow clones.#979
Fixed
TreeWalkCbData
) to not assume it is a transparent type while casting.#989
DiffPatchidOptions
andStashSaveOptions
are publicly exported allowing the corresponding APIs to actually be used.#988
v0.18.0
Compare Source
0.17.2...0.18.0
Added
Blame::blame_buffer
for getting blame data for a file that has been modified in memory.#981
Changed
#968
#982
#973
Revwalk::with_hide_callback
to take a mutable reference to its callback to enforce type safety.#970
FusedIterator
for many iterators that can support it.#955
Fixed
-Zminimal-versions
.#960
v0.17.2
Compare Source
0.17.1...0.17.2
Added
#930
v0.17.1
Compare Source
0.17.0...0.17.1
Changed
#948
v0.17.0
Compare Source
0.16.1...0.17.0
Added
IntoIterator
implementation forStatuses
.#880
Reference::symbolic_set_target
#893
Copy
,Clone
,Debug
,PartialEq
, andEq
implementations forAutotagOption
andFetchPrune
.#889
Eq
andPartialEq
implementations forSignature
.#890
Repository::discover_path
.#883
Submodule::repo_init
.#914
Tag::is_valid_name
.#882
Repository::set_head_bytes
.#931
Indexer
type which is a low-level API for storing and indexing pack files.#911
Index::find_prefix
.#903
FileMode
.#887
PushCallbacks::push_negotiation
callback and the correspondingPushUpdate
type for getting receiving information about the updates to perform.#926
Changed
This brings in many changes, including better SSH host key support on Windows and better SSH host key algorithm negotiation.
1.6.3 is now the minimum supported version.
#935
This brings in numerous changes, including SHA2 algorithm support with RSA.
#919
RemoteCallbacks::credentials
callback error handler to correctly set the libgit2 error class.#918
DiffOptions::flag
now takes agit_diff_option_t
type.#935
v0.16.1
Compare Source
0.16.0...0.16.1
Changed
v0.16.0
Compare Source
0.15.0...0.16.0
Changed
This includes an API breaking change to the
certificate_check
callback.#909
v0.15.0
Compare Source
0.14.4...0.15.0
Added
Repository::tag_annotation_create
bindinggit_tag_annotation_create
.#845
Email
type which represents a patch in mbox format for sending via email.Added the
EmailCreateOptions
struct to control formatting of the email.Deprecates
Diff::format_email
, useEmail::from_diff
instead.#847
ErrorCode::Owner
to map to the newGIT_EOWNER
errors.#839
opts::set_verify_owner_validation
to set whether or not ownership validation is performed.#839
Changed
Iterator
implementation forConfigEntries
due to the unsound usage of the API which allowed values to be used after free.Added
ConfigEntries::next
andConfigEntries::for_each
for iterating over all entries in a safe manor.#854
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.
cb594a8f1c
to6f203771d0