krataoci: improve performance of squashify

This commit is contained in:
Alex Zenla
2024-03-25 09:39:06 +00:00
parent 162579f100
commit 63c0feb053
3 changed files with 60 additions and 30 deletions

View File

@ -26,7 +26,7 @@ arrayvec = "0.7.4"
async-compression = "0.4.6"
async-stream = "0.3.5"
async-trait = "0.1.77"
backhand = "0.14.2"
backhand = "0.15.0"
byteorder = "1"
bytes = "1.5.0"
cli-tables = "0.2.1"
@ -50,7 +50,7 @@ prost = "0.12.3"
prost-build = "0.12.3"
prost-reflect-build = "0.13.0"
rand = "0.8.5"
redb = "1.5.0"
redb = "2.0.0"
rtnetlink = "0.14.1"
serde_json = "1.0.113"
serde_yaml = "0.9"