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"] }