From a7a0fc3cc768a5e1c4f9f9213880f427e0a452b5 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:32:41 +0000 Subject: [PATCH] chore(deps): update rust crate tar to v0.4.45 --- lintcheck/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lintcheck/Cargo.toml b/lintcheck/Cargo.toml index 0d0b80c309dd..34281f9f721b 100644 --- a/lintcheck/Cargo.toml +++ b/lintcheck/Cargo.toml @@ -21,7 +21,7 @@ rayon = "1.5.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.85" strip-ansi-escapes = "0.2.0" -tar = "0.4" +tar = "0.4.45" toml = "0.9.7" ureq = { version = "2.2", features = ["json"] } walkdir = "2.3"