From e6826fd9c67a047966715b38cba16328d3921c6c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Aug 2023 19:00:32 +0000 Subject: [PATCH] chore(deps): update rust crate tar to 0.4.40 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..0efd383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] } tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] } -tar = "0.4.38" +tar = "0.4.40" flate2 = "1.0.26" tokio-util = { version = "0.7.8", features = ["io"] } futures-util = "0.3.28"