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): bump moka from 0.10.2 to 0.11.3 #300

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps moka from 0.10.2 to 0.11.3.

Changelog

Sourced from moka's changelog.

Version 0.11.3

Fixed

  • Fixed a bug in sync::Cache and sync::SegmentedCache where memory usage kept increasing when the eviction listener was set with the Immediate delivery mode. (#295[gh-pull-0295])

Version 0.11.2

Bumped the minimum supported Rust version (MSRV) to 1.65 (Nov 3, 2022). (#275[gh-pull-0275])

Removed

  • Removed num_cpus crate from the dependency. (#277[gh-pull-0277])

Changed

  • Refactored internal methods of the concurrent hash table to reduce compile times. (#265[gh-pull-0265], by [@​Swatinem][gh-Swatinem])

Version 0.11.1

Fixed

  • Fixed occasional panic in internal FrequencySketch in debug build. (#272[gh-pull-0272])

Added

  • Added some example programs to the examples directory. (#268[gh-pull-0268], by [@​peter-scholtens][gh-peter-scholtens])

Version 0.11.0

Added

  • Added support for per-entry expiration (#248[gh-pull-0248]):
    • In addition to the existing TTL and TTI (time-to-idle) expiration times that apply to all entries in the cache, the sync and future caches can now allow different expiration times for individual entries.
  • Added the remove method to the sync and future caches (#255):
    • Like the invalidate method, this method discards any cached value for the key, but returns a clone of the value.

... (truncated)

Commits
  • c00e52a Fix a typo in doc comment
  • e9aa951 Merge pull request #295 from moka-rs/fix-eviction-listener-key-lock-v011
  • 354a607 Tweak the change log
  • 750f35d Update the change log
  • c85c434 Bump the version to v0.11.3
  • 33fcc98 Our git master branch has been renamed to main
  • e86682b Fix a bug that eviction listener's key-level locks are not removed
  • 8391d33 rustfmt
  • 16c37be Fix a bug that eviction listener's key-level locks are not removed
  • 0032235 Merge pull request #291 from moka-rs/fix-ci-2023-07
  • 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 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)

Bumps [moka](https://github.com/moka-rs/moka) from 0.10.2 to 0.11.3.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.10.2...v0.11.3)

---
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 Aug 21, 2023
@ashuralyk ashuralyk closed this Aug 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/moka-0.11.3 branch August 22, 2023 01:22
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