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

Update crates_io_api requirement from 0.8 to 0.9 in /services/autorust #1488

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on crates_io_api to permit the latest version.

Changelog

Sourced from crates_io_api's changelog.

0.9.0 - 2023-12-04

0.8.2 - 2023-10-28

  • Fix typo in Display implementation (#59)
  • Add .page() method to crate query builder (#61)
  • Add recent_downloads field to FullCrate (#63)
  • Derive more traits for Author (#64)
  • String representaton for Sort::Relevance (#65)
  • Add rust_version field to Version (#67)

0.8.1 - 2022-09-05

  • Add AsyncClient::with_http_client constructor
  • Add Crate::max_stable_version field
  • Improve error reporting for JSON decoding errors
  • Deprecate the Crate::license field (field is unused and always empty)

0.8.0 - 2022-01-29

This version has quite a few breaking changes, mainly to clean up and future-proof the API.

Features

  • Get user data with Client::user()
  • Filter crates by category
  • Filter crates by user_id
  • Add reverse_dependency_count() to easily get the number of reverse deps
  • Allow retrieving single reverse dependency pages (crate_reverse_dependencies_page)
  • (async): Add a paginated Stream for listing crates (AsyncClient::crates_stream())

(Breaking) Changes

  • Error

    • make Error #[non_exhaustive]
    • add Error::Api variant
    • Rename NotFound => NotFoundError
    • Rename PermissionDenied => PermissionDeniedError
    • Remove InvalidHeaders variant (only relevant for client construction)
  • Types

    • Rename CratesResponse => CratesPage
    • Rename DownloadsMeta => CrateDownloadsMeta
    • Rename Downloads => CrateDownloads

... (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 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)

Updates the requirements on [crates_io_api](https://github.com/theduke/crates-io-api) to permit the latest version.
- [Changelog](https://github.com/theduke/crates-io-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theduke/crates-io-api/commits)

---
updated-dependencies:
- dependency-name: crates_io_api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@demoray demoray merged commit 93f4c32 into main Dec 5, 2023
37 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/services/autorust/crates_io_api-0.9 branch December 5, 2023 15:11
@heaths heaths added the EngSys This issue is impacting the engineering system. label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants