tikv / yatp

Yet another thread pool in rust for both callbacks or futures.
Apache License 2.0
135 stars 32 forks source link

Update fail requirement from 0.4 to 0.5 #59

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on fail to permit the latest version.

Release notes

Sourced from fail's releases.

v0.5.0

  • update rand to 0.8
Changelog

Sourced from fail's changelog.

0.5.0 - 2021-11-04

  • update rand to 0.8

0.4.0 - 2020-04-13

  • re-arrange macros to avoid leaking
  • support callback action
  • update rand to 0.7

0.3.0 - 2019-07-15

  • fail-rs is now 2018-edition compatible!
  • refine documentations
  • add test-mutex pattern directly to the library
  • disable code generation by default

0.2.1 - 2018-12-13

  • improve documentation

0.2.0 - 2017-12-21

  • use name to identify failpoint instead of absolute module path
  • support listing configured rules

0.1.0 - 2017-09-27

initial release

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