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

deps: update test-harness requirement from 0.2.0 to 0.3.0 #661

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 19, 2024

Updates the requirements on test-harness to permit the latest version.

Release notes

Sourced from test-harness's releases.

v0.3.0

Three small improvements which might potentially represent breaking changes, but likely do not:

Inner and outer attributes

As identified by @​tisonkun in #33, previous versions of this crate did not support tagging a test function with #[ignore]. Other attributes were also ignored. As of test-harness 0.3.0, both inner and outer attributes are applied to the test function.

Function visibility

This version also propagates test function visibility

Special handling of #[should_panic]

In general, tests can return any impl std::process::Termination, but #[should_panic] tests MUST return the concrete unit type (). In order to enable the usage of #[should_panic] now that attributes are propagated, test-harness checks for that attribute specifically and forces the return type to be ().

Changelog

Added

  • [breaking] propagate attributes and visibility

Other

  • (actions) enforce conventional commits
  • (deps) bump actions/configure-pages from 4 to 5
  • (actions) dependabot uses conventional commits
  • Bump Swatinem/rust-cache from 2.7.2 to 2.7.3
  • (actions) use release-plz
  • (actions) remove protoc from docs and fix permissions
  • Bump Swatinem/rust-cache from 2.7.1 to 2.7.2
Changelog

Sourced from test-harness's changelog.

0.3.0 - 2024-06-18

Added

  • [breaking] propagate attributes and visibility

Other

  • (actions) enforce conventional commits
  • (deps) bump actions/configure-pages from 4 to 5
  • (actions) dependabot uses conventional commits
  • Bump Swatinem/rust-cache from 2.7.2 to 2.7.3
  • (actions) use release-plz
  • (actions) remove protoc from docs and fix permissions
  • Bump Swatinem/rust-cache from 2.7.1 to 2.7.2
Commits
  • db9948e fix: build on stable rust
  • efb1101 chore: release
  • 0f0a06f chore(actions): enforce conventional commits
  • 2e49650 feat!: propagate attributes and visibility
  • 22b49e9 chore(deps): bump actions/configure-pages from 4 to 5
  • e41a556 chore(actions): dependabot uses conventional commits
  • ec4de5e Bump Swatinem/rust-cache from 2.7.2 to 2.7.3
  • 87e2aa0 chore(actions): use release-plz
  • 397e0f4 chore(actions): remove protoc from docs and fix permissions
  • 63f5c55 Merge pull request #24 from jbr/dependabot/github_actions/Swatinem/rust-cache...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 19, 2024
@jbr
Copy link
Contributor

jbr commented Jun 24, 2024

@dependabot recreate

Updates the requirements on [test-harness](https://github.com/jbr/test-harness) to permit the latest version.
- [Release notes](https://github.com/jbr/test-harness/releases)
- [Changelog](https://github.com/jbr/test-harness/blob/main/CHANGELOG.md)
- [Commits](jbr/test-harness@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: test-harness
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/test-harness-0.3.0 branch from eb52606 to e638e24 Compare June 24, 2024 17:04
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant