EFForg / apkeep

MIT License
838 stars 54 forks source link

cargo-update: bump x509-certificate from 0.5.0 to 0.6.0 #43

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps x509-certificate from 0.5.0 to 0.6.0.

Release notes

Sourced from x509-certificate's releases.

0.6.0

This is a relatively minor release. The full changelog is at https://pyoxidizer.readthedocs.io/en/stable/history.html#version-0-6-0.

Meaningful changes in this release are:

  • The pyembed crate is now published on crates.io and can be used like any other crate.
  • We now use the upstream cpython crate instead of a fork of it.
  • Embedded Python interpreters can now be configured to run a file (in addition to executing code, a module, etc).

This release also lays the groundwork for different Python distribution flavors. The goal of this work is to support other Python distribution types instead of the highly opinionated statically linked distributions we currently require. For example, we want to eventually support using existing Python distributions discovered from the filesystem as well as distributions that use more traditional dynamic linking. These features will materialize in a future release.

Commits
  • 71e1dab releasebot: release-version-change x509-certificate 0.6.0-pre -> 0.6.0
  • 27790b4 releasebot: release-version-change pgp-cleartext 0.1.0-pre -> 0.1.0
  • c6e4a2e pyoxidizer: synchronize new-project-cargo.lock
  • fa7a31c debian-packaging: use async-tar for DataTarReader
  • 514c81d global: downgrade zstd crate to 0.7
  • 6532931 rpm-repository: crate to interface with RPM repositories
  • 26a5e01 pgp-cleartext: make caller provide buffering reader
  • af91eb2 pgp-cleartext: split PGP cleartext framework implementation to own crate
  • 91dad82 pyoxidizer: collect and pass a ref
  • 1a8ca7a pyoxidizer: use .flat_map()
  • 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 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)
dependabot[bot] commented 2 years ago

The following labels could not be found: dependencies.

dependabot[bot] commented 2 years ago

Looks like x509-certificate is up-to-date now, so this is no longer needed.