From 1e1edc6c718cfe9fb7244933a87d10e87a95c267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:29:16 +0000 Subject: [PATCH] build(deps): update compress-tools requirement from 0.14 to 0.15 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](https://github.com/OSSystems/compress-tools-rs/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: compress-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19e7319..57a8250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }