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

Bump rust-releases from 0.22.1 to 0.24.0 #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps rust-releases from 0.22.1 to 0.24.0.

Changelog

Sourced from rust-releases's changelog.

0.24.0 - 2023-03-19

Added

  • rust-releases-io Created new IoError which provides extra details on top of std::io::Error and related I/O errors.

Fixed

  • rust-releases-io Fixed bug in CachedClient where the cache directory would not be created if it didn't exist prior, and instead would return an error "No such file or directory (os error 2)".

0.23.0* - 2023-03-15

* yanked on 2023-03-19, because rust-releases-io contained a bug where the CachedClient could not create its cache location, if it didn't exist yet.

Added

  • rust-releases-io Added RustReleasesClient trait.
  • rust-releases-io Added CachedClient, which implements RustReleasesClient, a replacement for the download_if_not_stale function.
  • rust-releases-io Added RetrievedDocument and RetrievalLocation, to replace the function of the Document variants.

Changed

  • rust-releases-io Document is now a wrapper for a byte buffer, and no longer has variants.
  • rust-releases-io Split top level IoError into separate errors: BaseCacheDirError, IsStaleError and CachedClientError.
  • (all crates) Updated for compatibility with new rust-releases-io types, where necessary.
  • (all crates) MSRV is now 1.63

Removed

  • rust-releases-io Removed download_if_not_stale
  • rust-releases-io Removed IoError
Commits

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)

Bumps [rust-releases](https://github.com/foresterre/rust-releases) from 0.22.1 to 0.24.0.
- [Release notes](https://github.com/foresterre/rust-releases/releases)
- [Changelog](https://github.com/foresterre/rust-releases/blob/main/CHANGELOG.md)
- [Commits](foresterre/rust-releases@rust-releases-io-v0.22.1...rust-releases-io-v0.24.0)

---
updated-dependencies:
- dependency-name: rust-releases
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 20, 2023

The following labels could not be found: C-dependency-update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants