aya-rs / aya

Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability.
https://aya-rs.dev/book/
Apache License 2.0
3.25k stars 291 forks source link

build(deps): update public-api requirement from 0.40.0 to 0.41.0 in the cargo-crates group #1090

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Updates the requirements on public-api to permit the latest version. Updates public-api to 0.40.0

Release notes

Sourced from public-api's releases.

v0.40.0

What's Changed

New Features

New Contributors

Full Changelog: https://github.com/cargo-public-api/cargo-public-api/compare/v0.39.0...v0.40.0

Changelog

Sourced from public-api's changelog.

v0.40.0

  • Support nightly-2024-10-18 and later

v0.39.0

  • Support nightly-2024-10-13 and later

v0.38.0

  • Support nightly-2024-09-10 and later

v0.37.0

v0.36.0

  • Render pub const types in more cases, such as for arrays and tuples

v0.35.1

  • Don't panic when encountering constants without a type

v0.35.0

  • Support nightly-2024-06-07 and later

v0.34.2

  • Allow stdout and stderr of rustdoc JSON building to be captured with new rustdoc_json::Builder::build_with_captured_output(self, stdout: impl Write, stderr: impl Write) function
  • Make most CLI options global so they also work as subcommand args--package=...`
  • Match cargo's handling of spaces with --features

v0.34.1

  • Make diffing against published crate work when its [package] name is not the same as its [lib] name
  • Bump cargo-manifest from v0.13.0 to v0.14.0
  • Use the tracing crate for debug logging and e.g. RUST_LOG=debug to activate

v0.34.0

  • Remove cargo public-api --toolchain foo arg. Use cargo +foo public-api instead.
  • Include all subcommands in top-level --help output
  • Print a nice error message if rustup is not in PATH
  • Update cargo-manifest from 0.12.0 to 0.13.0

v0.33.1

  • Fixup 'Avoid textual API diff when changing a trait impl to an auto-derived impl'

v0.33.0

  • Avoid textual API diff when changing inherent impl to auto-derived impl
  • Add relevant package.keywords to our manifests

v0.32.0

  • Remove $ from README commands to ease copy-paste
  • Support for nightly-2023-08-25 and later

... (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 will merge this PR once CI passes on it, as requested by @tamird.


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
netlify[bot] commented 1 week ago

Deploy Preview for aya-rs-docs ready!

Name Link
Latest commit f20a09d053252d082fb8c0b5f0fd9f1f88dc19a3
Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/673b6330a6abbf00080cebb4
Deploy Preview https://deploy-preview-1090--aya-rs-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mergify[bot] commented 1 week ago

@dependabot merge

dependabot[bot] commented 1 week ago

Sorry, only users with push access can use that command.

tamird commented 1 week ago

@dependabot merge

mergify[bot] commented 1 week ago

Hey @alessandrod, this pull request changes the Aya Public API and requires your review.