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 testdir requirement from 0.8.1 to 0.9.0 #29

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Updates the requirements on testdir to permit the latest version.

Changelog

Sourced from testdir's changelog.

v0.9.0

  • Support for cargo-nextest.

v0.8.1

  • When cleaning up old numbered directories if the entry is not found this error is ignored. This is possible if multiple cleanups are racing each other.

v0.8.0

  • NumberedDir::create_subdir will no longer ensure to always create a new subdirectory. Now if it is called with the same argument again the previously existing directory is reused. This in particular means that calling the testdir!() macro multiple times inside a test will always give you back the same identical directory instead of a different one each time.

v0.7.3

  • Fallback to directory of test binary if cargo-metadata is not available. This can be the case in some restricted environments, like phones when using cargo-dinghy.

v0.7.2

  • Made removal of outdated -current symlink optional: this can often fail on windows. The symlink is now best effort.

v0.7.1

  • Fix testdir!() macro to call itself using $crate:: prefix so it does not rely on the testdir module being imported.

v0.7.0

  • Migrated dependency to get ppid and executable names from psutil to sysinfo, psutil has insufficient mac support.

v0.6.0

  • Migrated dependecy to get ppid and executable names from heim to psutil.
  • Updated to edition 2021.
  • Migrate to github.
  • Fix bug for cargo_metadata dependency in macro.
  • Always use "testdir" as basename instead of the package name since the tempdir is now created in the package's target directory.

... (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 [testdir](https://github.com/flub/testdir) to permit the latest version.
- [Changelog](https://github.com/flub/testdir/blob/main/CHANGELOG.md)
- [Commits](flub/testdir@v0.8.1...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 27, 2023
@francisdb
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit dbda67b into main Nov 28, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/testdir-0.9.0 branch November 28, 2023 08:53
@github-actions github-actions bot mentioned this pull request Nov 28, 2023
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