Skip to content

Commit

Permalink
Update ruzstd requirement from 0.7 to 0.8 in the cargo group
Browse files Browse the repository at this point in the history
Updates the requirements on [ruzstd](https://github.com/KillingSpark/zstd-rs) to permit the latest version.

Updates `ruzstd` to 0.8.0
- [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.0...v0.8.0)

---
updated-dependencies:
- dependency-name: ruzstd
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent e95c27b commit 5ee7cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lexopt = "0.3"
opener = { version = "0.7", default-features = false }
regex = { version = "1.3", default-features = false, features = ["perf", "std"] }
rustc-demangle = { version = "0.1.23", features = ["std"] }
ruzstd = { version = "0.7", default-features = false, features = ["std"] }
ruzstd = { version = "0.8", default-features = false, features = ["std"] }
serde = "1.0.103"
serde_derive = "1.0.103"
serde_json = "1"
Expand Down

0 comments on commit 5ee7cd3

Please sign in to comment.