Skip to content

Commit

Permalink
chore(deps): update zstd requirement from 0.12 to 0.13
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](gyscos/zstd-rs@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 2d6d33e commit c6cacbe
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 @@ -37,7 +37,7 @@ thiserror = "1.0"
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
tokio-rustls = { version = "0.24", optional = true }
tracing = "0.1"
zstd = { version = "0.12", optional = true }
zstd = { version = "0.13", optional = true }

[dev-dependencies]
assert_matches = "1.5"
Expand Down

0 comments on commit c6cacbe

Please sign in to comment.