diff --git a/Cargo.lock b/Cargo.lock index e9c11e6..297d9d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2940,9 +2940,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tar" -version = "0.4.35" +version = "0.4.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80" +checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" dependencies = [ "filetime", "libc", diff --git a/depdive/Cargo.toml b/depdive/Cargo.toml index 920f002..9e5d908 100644 --- a/depdive/Cargo.toml +++ b/depdive/Cargo.toml @@ -36,7 +36,7 @@ rustsec = "0.24.1" # RUSTSEC advisory stuff crates_io_api = "0.7.1" # crates.io stuff tokei = "12.1.2" # loc count camino = "1.0.4" # UTF-8 path stuff -tar = "0.4.35" # tar file stuff +tar = "0.4.36" # tar file stuff flate2 = "1.0.20" # compression/decompression thiserror = "1.0.26" indoc = "1.0.3" # multi-line string stuff