diff --git a/Cargo.lock b/Cargo.lock index 9cfde62cc1d..a028847b351 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15475,9 +15475,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.40" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3eb1af3352c..4b06c7f11da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -682,7 +682,7 @@ strum = "0.24.1" strum_macros = "0.24.2" syn = { version = "1.0.92", features = ["derive", "extra-traits"] } sysinfo = "0.28.4" -tar = "0.4.40" +tar = "0.4.45" tempfile = "3.3.0" termcolor = "1.1.2" test-case = "3.1.0"