diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e9e46bd451355..a33683b25fc3f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2048,9 +2048,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 02affb86181b4..a0b4ca3e53e9d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,7 +24,7 @@ directories = "5.0.1" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" flate2 = "1.0.30" -tar = "0.4.40" +tar = "0.4.45" infer = "0.15.0" exitcode = "1.1.2" is_executable = "1.0.1"