diff --git a/Cargo.lock b/Cargo.lock index 9a1a01a..b15f5ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2916,9 +2916,9 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "tar" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" +checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" dependencies = [ "filetime", "libc", diff --git a/syncer/Cargo.toml b/syncer/Cargo.toml index 094bbe7..54c6754 100644 --- a/syncer/Cargo.toml +++ b/syncer/Cargo.toml @@ -15,7 +15,7 @@ clap.workspace = true dotenv.workspace = true futures.workspace = true serde_json.workspace = true -tar = "0.4.41" +tar = "0.4.42" tokio.workspace = true tracing-subscriber.workspace = true tracing.workspace = true