diff --git a/Cargo.lock b/Cargo.lock index f1df1bd..1d95c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1933,9 +1933,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index e82eae8..592a5a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ regex = "1.12.3" reqwest = { version = "0.12.26", features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "stream", "brotli", "zstd", "gzip"], default-features = false } serde = { version = "1.0.228", features = ["derive"] } sysinfo = { version = "0.37.2", features = ["system"], default-features = false } -tar = "0.4.44" +tar = "0.4.45" temp-dir = "0.1.16" tokio = { version = "1.49.0", features = ["full"] } tokio-stream = { version = "0.1.18", features = ["full"] }