Correct the key and value encoding for the cache

This commit is contained in:
Omar Abdulla
2025-08-16 18:18:43 +03:00
parent c34f5a3d95
commit 91773dd281
7 changed files with 73 additions and 88 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ revive-dt-report = { workspace = true }
alloy = { workspace = true }
anyhow = { workspace = true }
bincode = { workspace = true }
bson = { workspace = true }
cacache = { workspace = true }
clap = { workspace = true }
futures = { workspace = true }