Skip to content

Bump the cargo group across 1 directory with 3 updates#2

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-apk/cargo-2e968241f9
Closed

Bump the cargo group across 1 directory with 3 updates#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-apk/cargo-2e968241f9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 2, 2024

Copy link
Copy Markdown

Bumps the cargo group with 1 update in the /cargo-apk directory: cargo.

Updates cargo from 0.70.1 to 0.72.2

Commits
  • 1a737af Auto merge of #12462 - weihanglo:bump-cargo-version, r=ehuss
  • c7182e7 test: relax assertions of panic handler message format
  • ed9845f Remove a noop .clone
  • a836443 Add allow(internal_features)
  • 4798fb1 #[allow(internal_features)] in RUSTC_BOOTSTRAP test
  • ef11e90 Bump cargo library to 0.72.2 for CVE patches
  • 7f1d04c fix: clear cache for old .cargo-ok format
  • f315a70 fix: respect umask when unpacking .crate files
  • ac6f044 test: verify permissions bits are preserved when unpacking
  • c0eb6cc Auto merge of #12355 - arlosi:1.71.0-version-bump, r=weihanglo
  • Additional commits viewable in compare view

Updates git2 from 0.16.0 to 0.17.2

Changelog

Sourced from git2's changelog.

0.17.2 - 2023-05-27

0.17.1...0.17.2

Added

  • Added support for stashing with options (which can support partial stashing). #930

0.17.1 - 2023-04-13

0.17.0...0.17.1

Changed

0.17.0 - 2023-04-02

0.16.1...0.17.0

Added

  • Added IntoIterator implementation for Statuses. #880
  • Added Reference::symbolic_set_target #893
  • Added Copy, Clone, Debug, PartialEq, and Eq implementations for AutotagOption and FetchPrune. #889
  • Added Eq and PartialEq implementations for Signature. #890
  • Added Repository::discover_path. #883
  • Added Submodule::repo_init. #914
  • Added Tag::is_valid_name. #882
  • Added Repository::set_head_bytes. #931
  • Added the Indexer type which is a low-level API for storing and indexing pack files. #911
  • Added Index::find_prefix. #903
  • Added support for the deprecated group-writeable blob mode. This adds a new variant to FileMode. #887
  • Added PushCallbacks::push_negotiation callback and the corresponding PushUpdate type for getting receiving information about the updates to perform. #926

Changed

  • Updated to libgit2 1.6.3. 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.

... (truncated)

Commits

Updates libgit2-sys from 0.14.1+1.5.0 to 0.15.2+1.6.4

Changelog

Sourced from libgit2-sys's changelog.

Changelog

0.19.0 - 2024-06-13

0.18.3...0.19.0

Added

  • 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 add ErrorCode::Timeout. #1052

Changed

  • ❗ Updated to libgit2 1.8.1 #1032
  • Reduced size of the Error struct. #1053

Fixed

  • Fixed some callbacks to relay the error from the callback to libgit2. #1043

0.18.3 - 2024-03-18

0.18.2...0.18.3

Added

  • Added opts:: functions to get / set libgit2 mwindow options #1035

Changed

  • Updated examples to use clap instead of structopt #1007

0.18.2 - 2024-02-06

0.18.1...0.18.2

Added

  • Added opts::set_ssl_cert_file and opts::set_ssl_cert_dir for setting Certificate Authority file locations. #997
  • Added TreeIter::nth which makes jumping ahead in the iterator more efficient. #1004
  • Added Repository::find_commit_by_prefix to find a commit by a shortened hash. #1011
  • Added Repository::find_tag_by_prefix to find a tag by a shortened hash. #1015
  • Added Repository::find_object_by_prefix to find an object by a shortened hash.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the /cargo-apk directory: [cargo](https://github.com/rust-lang/cargo).


Updates `cargo` from 0.70.1 to 0.72.2
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@0.70.1...0.72.2)

Updates `git2` from 0.16.0 to 0.17.2
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-curl-0.16.0...0.17.2)

Updates `libgit2-sys` from 0.14.1+1.5.0 to 0.15.2+1.6.4
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/commits)

---
updated-dependencies:
- dependency-name: cargo
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: git2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: libgit2-sys
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 2, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Author

Superseded by #3.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/cargo-apk/cargo-2e968241f9 branch June 30, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants