Skip to content

Commit 91f779e

Browse files
bors[bot]indygregNemo157
authored
Merge #144
144: Bump zstd dependency r=Nemo157 a=indygreg libzstd 0.10 -> 0.11 and zstd-safe 4.1 -> 5.0. Co-authored-by: Gregory Szorc <[email protected]> Co-authored-by: Wim Looman <[email protected]>
2 parents 7e9ecbb + 674c32b commit 91f779e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.3.12"
3+
version = "0.3.13"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -44,8 +44,8 @@ flate2 = { version = "1.0.11", optional = true }
4444
futures-core = { version = "0.3.0", default-features = false }
4545
futures-io = { version = "0.3.0", default-features = false, features = ["std"], optional = true }
4646
pin-project-lite = "0.2.0"
47-
libzstd = { package = "zstd", version = "0.10.0", optional = true, default-features = false }
48-
zstd-safe = { version = "4.1.4", optional = true, default-features = false }
47+
libzstd = { package = "zstd", version = "0.11.1", optional = true, default-features = false }
48+
zstd-safe = { version = "5.0.1", optional = true, default-features = false }
4949
memchr = "2.2.1"
5050
tokio-02 = { package = "tokio", version = "0.2.21", optional = true, default-features = false }
5151
tokio-03 = { package = "tokio", version = "0.3.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)