Skip to content

Commit

Permalink
Update zstd requirement from 0.9.0 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c523748 commit f846b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-header-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "trainer"
path = "src/trainer.rs"

[dependencies]
zstd = "0.9.0"
zstd = "0.13.0"
zstd-safe = "4.1.1"
http = { workspace = true }
bytes = { workspace = true }
Expand Down

0 comments on commit f846b05

Please sign in to comment.