-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update rust crate git2 to 0.20.0 #12
base: master
Are you sure you want to change the base?
Conversation
|
Run & review this pull request in StackBlitz Codeflow. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate-bot!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
e703a4f
to
7d135a8
Compare
This PR contains the following updates:
0.18.1
->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 fortransport::Service
#1074
Repository::commondir
#1079
Repository::merge_base_octopus
#1088
PartialOrd
,Ord
, andHash
for bitflags types that were inadvertently removed in a prior release.#1096
CheckoutBuilder::disable_pathspec_match
#1107
PackBuilder::write
#1110
Changed
#1111
ssh_key_from_memory
Cargo feature, it was unused.#1087
Tree::walk
are now correctly reported to the caller.#1098
trace_set
callback now takes a&[u8]
instead of a&str
.#1071
Error::last_error
now returnsError
instead ofOption<Error>
.#1072
Fixed
OdbReader::read
return value.#1061
#1075
v0.19.0
Compare Source
0.18.3...0.19.0
Added
opts
functions to control server timeouts (get_server_connect_timeout_in_milliseconds
,set_server_connect_timeout_in_milliseconds
,get_server_timeout_in_milliseconds
,set_server_timeout_in_milliseconds
), and addErrorCode::Timeout
.#1052
Changed
#1032
Error
struct.#1053
Fixed
#1043
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
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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 was generated by Mend Renovate. View the repository job log.