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 simple-error requirement from 0.2 to 0.3 #6

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2024

Updates the requirements on simple-error to permit the latest version.

Changelog

Sourced from simple-error's changelog.

0.3.0 - 2023-02-23

  • Upgrade MSRV to 1.58.0
  • Upgrade to 2021 edition
  • Support inline format args capture

0.2.3 - 2021-01-14

  • Add convenience macro map_err_with

0.2.2 - 2020-08-16

  • Support constructing from format string using simple_error macro

0.2.1 - 2019-07-03

  • Fix 1.36.0 inference breakage

0.2.0 - 2019-05-29

  • Republish 0.1.13 as 0.2.0

0.1.13 - 2018-12-07 (yanked)

  • Make try_with, require_with and bail work more consistent with try

This version has been yanked due to breaking compatibility to 0.1.12. It will be republished as 0.2.0.

0.1.12 - 2018-10-11

  • Make try_with, require_with and bail work without requiring using simple_error::SimpleError

0.1.11 - 2018-03-31

  • Support format string in try_with and require_with

0.1.10 - 2017-10-15

  • Add as_str

0.1.9 - 2017-05-05

  • Support bail macro with string slice

0.1.8 - 2017-05-04

  • Add bail macro

0.1.7 - 2017-03-14

... (truncated)

Commits
  • b0e5379 Bump to 0.3.0
  • 9c3f069 Fix clippy warnings
  • 1920434 Support inline format args capture
  • b6c0045 Make matching of fmt string stricter by using matcher literal
  • 117af7f Update CHANGELOG.md with 2021 edition upgrade
  • 80d99f7 FIX MSRV in README.md
  • b00e147 Merge pull request #21 from WiSaGaN/feature/2021-edition
  • 2c7d9a2 Upgrade to 2021 edition
  • ff9bcf1 Merge pull request #20 from WiSaGaN/feature/rustc-1-58
  • 96fe284 Remove authors
  • Additional commits viewable in compare view

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 [simple-error](https://github.com/WiSaGaN/simple-error) to permit the latest version.
- [Changelog](https://github.com/WiSaGaN/simple-error/blob/master/CHANGELOG.md)
- [Commits](WiSaGaN/simple-error@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: simple-error
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants