Skip to content

Commit ca078b4

Browse files
bors[bot]Nemo157
andauthored
Merge #137
137: Update zstd to 0.9 and bump version to 0.3.10 r=Nemo157 a=Nemo157 Co-authored-by: Wim Looman <[email protected]>
2 parents 643426b + 36563e8 commit ca078b4

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.9"
3+
version = "0.3.10"
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.8.3", optional = true, default-features = false }
48-
zstd-safe = { version = "4.1.0", optional = true, default-features = false }
47+
libzstd = { package = "zstd", version = "0.9.2", optional = true, default-features = false }
48+
zstd-safe = { version = "4.1.3", 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)