diff --git a/Cargo.lock b/Cargo.lock index 904ea11..764815c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,9 +1779,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 57e2776..82bb834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ reqwest = { version = "0.11.18", features = ["blocking"] } retry = "2.0.0" serde_json = "1.0.100" strum = { version = "0.25", features = ["derive"] } -tar = "0.4.38" +tar = "0.4.39" tempfile = "3.6.0" thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["full"] }