diff --git a/Cargo.lock b/Cargo.lock index 1ff40b9e..a7382162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1469,9 +1469,9 @@ dependencies = [ [[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", @@ -1721,7 +1721,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4e8902d5..9263dd31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ rayon = "1.5.1" rustc-hash = "2" serde = { features = ["derive"], version = "1.0.130" } serde_yaml = "0.9.13" -tar = { default-features = false, version = "0.4.45" } +tar = { default-features = false, version = "0.4.46" } thiserror = "1.0.30" # workspace crates