Skip to content

Commit

Permalink
Bump ruzstd from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/KillingSpark/zstd-rs/releases)
- [Changelog](https://github.com/KillingSpark/zstd-rs/blob/master/Changelog.md)
- [Commits](KillingSpark/zstd-rs@v0.7.1...v0.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brunocodutra committed Nov 2, 2024
1 parent ba97093 commit 89e2216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 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 @@ -39,7 +39,7 @@ futures = { version = "0.3.30", default-features = false, features = [
rand = { version = "0.8.5", default-features = false, features = ["std", "min_const_gen"] }
rand_pcg = { version = "0.3.1", default-features = false }
rayon = { version = "1.10.0", default-features = false }
ruzstd = { version = "0.7.1", default-features = false, features = ["std"] }
ruzstd = { version = "0.7.2", default-features = false, features = ["std"] }

[dev-dependencies]
criterion = { version = "0.5.1", default-features = false, features = ["rayon"] }
Expand Down

0 comments on commit 89e2216

Please sign in to comment.