Skip to content

Commit

Permalink
crit(dep): bump zstd (#7356)
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Mar 27, 2024
1 parent 415efc8 commit 09de0ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
29 changes: 5 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion crates/storage/nippy-jar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ph = "0.8.0"
cuckoofilter = { version = "0.5.0", features = ["serde_support", "serde_bytes"] }

# compression
zstd = { version = "0.12", features = ["experimental", "zdict_builder"] }
zstd = { version = "0.13", features = ["experimental", "zdict_builder"] }
lz4_flex = { version = "0.11", default-features = false }

# offsets
Expand Down

0 comments on commit 09de0ac

Please sign in to comment.