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.10.2 to 0.11.0 #817

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps moka from 0.10.2 to 0.11.0.

Changelog

Sourced from moka's changelog.

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.

Fixed

  • Fixed the caches mutating a deque node through a NonNull pointer derived from a shared reference. (#259[gh-pull-0259])

Removed

  • Removed unsync cache that was marked as deprecated in v0.10.0.
Commits
  • ac0a901 Merge pull request #261 from moka-rs/update-feature-table
  • 5f8a5d3 Update the README
  • dc711fe Merge pull request #260 from moka-rs/per-entry-expiration-2
  • 77730eb Per-entry expiration: Add more tests
  • 20e3f37 Per-entry expiration: Write more docs
  • ff64dcb Per-entry expiration: Write more docs
  • 4519216 Per-entry expiration: Add more tests
  • 131d65e Per-entry expiration: Add more tests
  • 6f9a27f Per-entry expiration
  • 4bc8553 Merge pull request #259 from moka-rs/fix-deq-mutating-through-shared-ref
  • 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.10.2 to 0.11.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.10.2...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 1, 2023
@dependabot dependabot bot temporarily deployed to Docker Hub May 1, 2023 17:05 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@dependabot dependabot bot temporarily deployed to OpenWrt May 1, 2023 17:10 Inactive
@messense messense merged commit 550c147 into main May 2, 2023
32 checks passed
@messense messense deleted the dependabot/cargo/moka-0.11.0 branch May 2, 2023 05:25
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.

None yet

1 participant