Update tar version to avoid CVE-2026-33056 (#8073)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ shlex = "1.3.0"
|
||||
async-trait = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
tar = "0.4"
|
||||
tar = "0.4.45"
|
||||
reqwest = { workspace = true, features = ["blocking", "rustls"], default-features = false }
|
||||
zip = { workspace = true }
|
||||
bzip2 = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user