Skip to content

Commit

Permalink
Merge pull request #250 from Nullus157/dependabot/cargo/zstd-safe-7
Browse files Browse the repository at this point in the history
chore(deps): update zstd-safe requirement from 6 to 7
  • Loading branch information
NobodyXu authored Oct 13, 2023
2 parents 2fa53e2 + 682718b commit 99f53f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),

## Unreleased

- Update `zstd` dependency to `0.13`.

## 0.4.3

- Implement `Default` for `brotli::EncoderParams`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ bzip2 = { version = "0.4.4", optional = true }
flate2 = { version = "1.0.13", optional = true }
futures-core = { version = "0.3", default-features = false }
futures-io = { version = "0.3", default-features = false, features = ["std"], optional = true }
libzstd = { package = "zstd", version = "0.12", optional = true, default-features = false }
libzstd = { package = "zstd", version = "0.13", optional = true, default-features = false }
memchr = "2"
pin-project-lite = "0.2"
tokio = { version = "1.24.2", optional = true, default-features = false }
xz2 = { version = "0.1.6", optional = true }
zstd-safe = { version = "6", optional = true, default-features = false }
zstd-safe = { version = "7", optional = true, default-features = false }
deflate64 = { version = "0.1.5", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 99f53f2

Please sign in to comment.