diff --git a/Cargo.lock b/Cargo.lock index 6a33812d2..1c96db7af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7873,9 +7873,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0f9773c99..74b70e9c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ spdx-expression = "0.5.2" spdx-rs = "0.5.3" sqlx = { version = "0.8", features = ["tls-native-tls"] } strum = "0.28.0" -tar = "0.4.45" +tar = "0.4.46" temp-env = "0.3" tempfile = "3" test-context = "0.5"