Skip to content
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

build(deps): update public-api requirement from 0.32.0 to 0.33.1 #847

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

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

Release notes

Sourced from public-api's releases.

v0.32.0

What's Changed

Other Changes

New Contributors

Full Changelog: cargo-public-api/cargo-public-api@v0.31.3...v0.32.0

Changelog

Sourced from public-api's changelog.

rustdoc-json

v0.8.8

  • Add rustdoc_json::Builder::verbose(bool)

v0.8.7

  • Handle when [package] name differs from [lib] name

v0.8.6

  • Replace - with _ also in e.g. bin packages
  • Remove support for "[email protected]" to Builder::package_target(). I don't think anyone uses that. Let me know if you do and if I need to yank this release and bump to v0.9.0.

v0.8.5

  • Simplify BuildError::General error message
  • Bump deps

v0.8.4

  • Make rustdoc_json::Builder::clear_toolchain() actually clear the toolchain

v0.8.3

  • Bump deps

v0.8.2

  • Bump deps, most notably toml from 0.5.11 to 0.7.2

v0.8.1

  • Bump deps

v0.8.0

  • Change Builder::toolchain(...) to take Into<String> instead of Into<Option<String>> to make client code nicer in 99% of cases. Introduce Builder::clear_toolchain() for the 1%.

v0.7.4

  • Correctly determine json path for Builder::default().package("[email protected]")
  • Add Builder::package_target() and PackageTarget
  • Add Builder::silent() to suppress stdout and stderr
  • Bump all deps

v0.7.3

  • Derive Clone for rustdoc_json::Builder

v0.7.2

  • Add Builder::document_private_items()

v0.7.1

  • Add Builder::clear_target_dir()

v0.7.0

  • Remove deprecated BuildOptions and fn build(...). Use Builder and Builder::build() instead.
  • Use cargo-manifest to parse Cargo manifests

... (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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 4, 2023
Copy link

netlify bot commented Dec 4, 2023

Deploy Preview for aya-rs-docs ready!

Name Link
🔨 Latest commit b3ec33e
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/65787d945756fe0008bba05b
😎 Deploy Preview https://deploy-preview-847--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.

Copy link

mergify bot commented Dec 4, 2023

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

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

Updates the requirements on [public-api](https://github.com/Enselic/cargo-public-api) to permit the latest version.
- [Release notes](https://github.com/Enselic/cargo-public-api/releases)
- [Changelog](https://github.com/Enselic/cargo-public-api/blob/main/rustdoc-json/CHANGELOG.md)
- [Commits](cargo-public-api/cargo-public-api@v0.32.0...v0.32.0)

---
updated-dependencies:
- dependency-name: public-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@tamird tamird force-pushed the dependabot/cargo/public-api-0.33.1 branch from 1f520cc to b3ec33e Compare December 12, 2023 15:34
Copy link

mergify bot commented Dec 12, 2023

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

@mergify mergify bot requested a review from alessandrod December 12, 2023 15:36
@mergify mergify bot added api/needs-review Makes an API change that needs review test A PR that improves test cases or CI labels Dec 12, 2023
@tamird
Copy link
Member

tamird commented Dec 12, 2023

This doesn't change API, only ordering of API items.

@dependabot merge

@dependabot dependabot bot merged commit be94044 into main Dec 12, 2023
20 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/public-api-0.33.1 branch December 12, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api/needs-review Makes an API change that needs review dependencies Pull requests that update a dependency file rust Pull requests that update Rust code test A PR that improves test cases or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant