Skip to content

Commit

Permalink
Merge #131
Browse files Browse the repository at this point in the history
131: Update zstd to 0.10 r=Nemo157 a=vmalloc



Co-authored-by: Rotem Yaari <rotemy@ip-192-168-128-148.eu-west-1.compute.internal>
  • Loading branch information
bors[bot] and Rotem Yaari committed Jan 25, 2022
2 parents ca078b4 + 15a0ab8 commit ea9ebad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ flate2 = { version = "1.0.11", optional = true }
futures-core = { version = "0.3.0", default-features = false }
futures-io = { version = "0.3.0", default-features = false, features = ["std"], optional = true }
pin-project-lite = "0.2.0"
libzstd = { package = "zstd", version = "0.9.2", optional = true, default-features = false }
zstd-safe = { version = "4.1.3", optional = true, default-features = false }
libzstd = { package = "zstd", version = "0.10.0", optional = true, default-features = false }
zstd-safe = { version = "4.1.4", optional = true, default-features = false }
memchr = "2.2.1"
tokio-02 = { package = "tokio", version = "0.2.21", optional = true, default-features = false }
tokio-03 = { package = "tokio", version = "0.3.0", optional = true, default-features = false }
Expand Down

0 comments on commit ea9ebad

Please sign in to comment.