Skip to content

Commit

Permalink
build(deps): update compress-tools requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [compress-tools](https://github.com/OSSystems/compress-tools-rs) to permit the latest version.
- [Changelog](https://github.com/OSSystems/compress-tools-rs/blob/master/CHANGES.md)
- [Commits](OSSystems/compress-tools-rs@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: compress-tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent 7e25708 commit 1e1edc6
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 @@ -16,7 +16,7 @@ travis-ci = { repository = "OSSystems/find-binary-version-rs" }

[dependencies]
async-trait = "0.1"
compress-tools = { version = "0.14", features = ["tokio_support"] }
compress-tools = { version = "0.15", features = ["tokio_support"] }
regex = "1"
tokio = { version = "1", features = ["io-util"] }

Expand Down

0 comments on commit 1e1edc6

Please sign in to comment.