Skip to content

build(deps): bump heavykeeper from 0.6.2 to 0.6.7#51

Merged
pmcgleenon merged 1 commit into
mainfrom
dependabot/cargo/heavykeeper-0.6.7
Jun 13, 2026
Merged

build(deps): bump heavykeeper from 0.6.2 to 0.6.7#51
pmcgleenon merged 1 commit into
mainfrom
dependabot/cargo/heavykeeper-0.6.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps heavykeeper from 0.6.2 to 0.6.7.

Release notes

Sourced from heavykeeper's releases.

v0.6.7

Added

  • rename to contains_top_k
  • add query_topk_items to TopK and BucketedTopK
  • use contains for top-k checks
  • (cuckoo) add query_topk_items to check top-k

v0.6.6

Added

  • add add_with_evicted to TopK and BucketedTopK
  • (cuckoo) add add_with_evicted

Other

  • Avoid extra clone of evicted key
  • Return evicted item as Option

v0.6.5

Other

  • Dropping trait bound on fmt::Debug for crate main structs:

v0.6.4

Added

  • add CuckooTopK variant

Fixed

  • address CodeRabbit review on PR #70

v0.6.3

Added

  • add experimental BucketedTopK

Other

  • Merge pull request #68 from pmcgleenon/add-bucketed-topk
  • (deps) update mockall requirement from 0.13 to 0.14
  • Merge pull request #61 from pmcgleenon/dependabot/github_actions/actions/checkout-6
  • (deps) update criterion requirement from 0.7.0 to 0.8.2
Changelog

Sourced from heavykeeper's changelog.

0.6.7 - 2026-06-07

Added

  • rename to contains_top_k
  • add query_topk_items to TopK and BucketedTopK
  • use contains for top-k checks
  • (cuckoo) add query_topk_items to check top-k

0.6.6 - 2026-06-04

Added

  • add add_with_evicted to TopK and BucketedTopK
  • (cuckoo) add add_with_evicted

Other

  • Avoid extra clone of evicted key
  • Return evicted item as Option

0.6.5 - 2026-05-14

Other

  • Dropping trait bound on fmt::Debug for crate main structs:

0.6.4 - 2026-05-10

Added

  • add CuckooTopK variant

Fixed

  • address CodeRabbit review on PR #70

0.6.3 - 2026-04-26

Added

  • add experimental BucketedTopK

Other

  • Merge pull request #68 from pmcgleenon/add-bucketed-topk
  • (deps) update mockall requirement from 0.13 to 0.14
  • Merge pull request #61 from pmcgleenon/dependabot/github_actions/actions/checkout-6
  • (deps) update criterion requirement from 0.7.0 to 0.8.2
Commits
  • 834603c chore: release v0.6.7
  • 70e44e3 Merge pull request #80 from detemmienation/query
  • 1365ffe feat: rename to contains_top_k
  • ee53f5a feat: add query_topk_items to TopK and BucketedTopK
  • 573f48e feat: use contains for top-k checks
  • 8f1ee99 feat(cuckoo): add query_topk_items to check top-k
  • b605b5e Merge pull request #78 from pmcgleenon/release-plz-2026-06-04T19-34-13Z
  • 1b089f8 chore: release v0.6.6
  • ae6fa3c Merge pull request #77 from detemmienation/evicted
  • 27efab8 Avoid extra clone of evicted key
  • 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 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 [heavykeeper](https://github.com/pmcgleenon/heavykeeper-rs) from 0.6.2 to 0.6.7.
- [Release notes](https://github.com/pmcgleenon/heavykeeper-rs/releases)
- [Changelog](https://github.com/pmcgleenon/heavykeeper-rs/blob/main/CHANGELOG.md)
- [Commits](pmcgleenon/heavykeeper-rs@v0.6.2...v0.6.7)

---
updated-dependencies:
- dependency-name: heavykeeper
  dependency-version: 0.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 8, 2026
@pmcgleenon pmcgleenon merged commit bcf967a into main Jun 13, 2026
16 checks passed
@pmcgleenon pmcgleenon deleted the dependabot/cargo/heavykeeper-0.6.7 branch June 13, 2026 08:15
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