Skip to content

Commit

Permalink
Bump ruzstd from 0.7.2 to 0.7.3
Browse files Browse the repository at this point in the history
Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.7.2 to 0.7.3.
- [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.2...v0.7.3)

---
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 Nov 30, 2024
1 parent e6ae3b9 commit 148ffd0
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 @@ -39,7 +39,7 @@ futures = { version = "0.3.31", 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.2", default-features = false, features = ["std"] }
ruzstd = { version = "0.7.3", default-features = false, features = ["std"] }

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

0 comments on commit 148ffd0

Please sign in to comment.