Skip to content

Commit 7802080

Browse files
chore(deps): update first-party cachekit to 0.6.0
1 parent e1b05ce commit 7802080

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ crate-type = ["cdylib", "rlib"]
2020

2121
[dependencies]
2222
# Compression, checksums, encryption (https://crates.io/crates/cachekit-core)
23-
cachekit-core = { version = "0.5.0", features = ["compression", "checksum", "messagepack", "encryption"] }
23+
cachekit-core = { version = "0.6.0", features = ["compression", "checksum", "messagepack", "encryption"] }
2424

2525
# Python integration - optional for Rust-only builds
2626
pyo3 = { workspace = true, optional = true }

rust/fuzz/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rmp-serde = "1"
2222
# Bump it in the same diff as every parent-crate core bump.
2323
[dependencies.cachekit_storage]
2424
package = "cachekit-core"
25-
version = "=0.4.0"
25+
version = "=0.6.0"
2626
features = ["compression", "checksum", "messagepack", "encryption"]
2727

2828
# Prevent this from interfering with normal build

0 commit comments

Comments
 (0)