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 moka from 0.8.6 to 0.9.0 #8

Merged
merged 2 commits into from
Jul 9, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2022

Bumps moka from 0.8.6 to 0.9.0.

Changelog

Sourced from moka's changelog.

Version 0.9.0

Added

  • Add support for eviction listener to the following caches (#145[gh-pull-0145]). Eviction listener is a callback function that will be called when an entry is removed from the cache.
    • sync::Cache
    • sync::SegmentedCache
    • future::Cache
  • Add a crate feature sync for enabling and disabling sync caches. (#143[gh-pull-0143])
    • This feature is enabled by default.
    • When using experimental dash cache, opting out of sync will reduce the number of dependencies.
  • Add a crate feature logging to enable optional log crate dependency. (#159[gh-pull-0159])
    • Currently log will be emitted only when an eviction listener has panicked.
Commits
  • d8a8c1a Update hard-coded version numbers in the README and doc comments
  • bdca477 Merge pull request #161 from moka-rs/next
  • a158e82 Update the change log (v0.9.0)
  • 02fe6c8 Merge pull request #145 from moka-rs/eviction-listener
  • 317b0ab Support notification on eviction
  • 2aff444 Support notification on eviction
  • fc8d7ee Support notification on eviction
  • 823f7e3 Support notification on eviction
  • 6a5b974 Support notification on eviction
  • 5e0b978 Support notification on eviction
  • Additional commits viewable in compare view

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 [moka](https://github.com/moka-rs/moka) from 0.8.6 to 0.9.0.
- [Release notes](https://github.com/moka-rs/moka/releases)
- [Changelog](https://github.com/moka-rs/moka/blob/master/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.8.6...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 9, 2022
@circuitsacul circuitsacul merged commit 6828001 into main Jul 9, 2022
@circuitsacul circuitsacul deleted the dependabot/cargo/moka-0.9.0 branch July 9, 2022 20:45
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.

1 participant