Skip to content

chore(deps): update rust crate cachekit_storage to v0.5.0 - #262

Open
cachekit-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/first-party-cachekit
Open

chore(deps): update rust crate cachekit_storage to v0.5.0#262
cachekit-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/first-party-cachekit

Conversation

@cachekit-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cachekit_storage dependencies minor =0.4.0=0.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cachekit-io/cachekit-core (cachekit_storage)

v0.5.0

Compare Source

⚠ BREAKING CHANGES
  • public items EncryptionHeader, KeyRotationState, RotationAwareHeader, and ZeroKnowledgeEncryptor::rotate_key() are removed (EncryptionError::NotImplemented variant included). Use Keyring for master-key rotation.
Features
  • replace dead key-rotation machinery with keyring decrypt helper (LAB-683) (#​67) (327f993)

Configuration

📅 Schedule: (in timezone Australia/Sydney)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@cachekit-renovate-bot cachekit-renovate-bot Bot added the dependencies Pull requests that update a dependency file label Aug 8, 2026
@kodus-27b

kodus-27b Bot commented Aug 8, 2026

Copy link
Copy Markdown

Code Review Completed! 🔥

The code review was successfully completed based on your current configurations.

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

Comment thread rust/Cargo.toml
[dependencies]
# Compression, checksums, encryption (https://crates.io/crates/cachekit-core)
cachekit-core = { version = "0.4.0", features = ["compression", "checksum", "messagepack", "encryption"] }
cachekit-core = { version = "0.5.0", features = ["compression", "checksum", "messagepack", "encryption"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kody code-review Kody Rules high

WHAT: A dependency version bump (cachekit-core 0.4.0 -> 0.5.0) was made without CVE/SCA evidence or a lockfile update. WHY: Dependency changes can introduce known vulnerabilities or supply-chain risk. HOW: Run an OSV/SCA scan (e.g., cargo audit) on the new version, include the results/advisory links in the PR description, and update Cargo.lock accordingly.

Kody rule violation: Validate new/updated dependencies for CVEs and supply-chain risk

Prompt for LLM

File rust/Cargo.toml:

Line 23:

WHAT: A dependency version bump (cachekit-core 0.4.0 -> 0.5.0) was made without CVE/SCA evidence or a lockfile update. WHY: Dependency changes can introduce known vulnerabilities or supply-chain risk. HOW: Run an OSV/SCA scan (e.g., cargo audit) on the new version, include the results/advisory links in the PR description, and update Cargo.lock accordingly.

Talk to Kody by mentioning @kody

Was this suggestion helpful? React with 👍 or 👎 to help Kody learn from this interaction.

@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

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