Skip to content

Commit

Permalink
chore(deps): bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 (#339)
Browse files Browse the repository at this point in the history
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.3+zstd.1.5.2 to 0.12.4.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/commits)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Szwedko <[email protected]>
  • Loading branch information
dependabot[bot] and jszwedko authored Jul 21, 2023
1 parent fe559e7 commit b5a3ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ snafu = { version = "0.7", optional = true }
webbrowser = { version = "0.8", default-features = false, optional = true }
woothee = { version = "0.13.0", optional = true }

zstd = { version = "0.12.2", default-features = false, features = ["wasm"], optional = true }
zstd = { version = "0.12.4", default-features = false, features = ["wasm"], optional = true }

# Cryptography
aes = { version = "0.8.2", optional = true }
Expand Down

0 comments on commit b5a3ecd

Please sign in to comment.