crit(dep): bump zstd (#7356)

This commit is contained in:
Emilia Hane
2024-03-27 22:07:50 +01:00
committed by GitHub
parent 415efc82af
commit 09de0ac13d
3 changed files with 7 additions and 26 deletions

View File

@ -49,7 +49,7 @@ serde_json.workspace = true
sha2 = { version = "0.10.7", optional = true }
tempfile = { workspace = true, optional = true }
thiserror.workspace = true
zstd = { version = "0.12", features = ["experimental"], optional = true }
zstd = { version = "0.13", features = ["experimental"], optional = true }
roaring = "0.10.2"
cfg-if = "1.0.0"