diff --git a/Cargo.lock b/Cargo.lock index 067147a9..8adcaf11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3852,9 +3852,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/debian-packaging/Cargo.toml b/debian-packaging/Cargo.toml index 44689866..caa29b95 100644 --- a/debian-packaging/Cargo.toml +++ b/debian-packaging/Cargo.toml @@ -39,7 +39,7 @@ simple-file-manifest = "0.11.0" smallvec = "1.15.1" strum = { version = "0.27.2", features = ["derive"] } strum_macros = "0.27.2" -tar = "0.4.45" +tar = "0.4.46" thiserror = "2.0.18" tokio = { version = "1.49.0", default-features = false, optional = true } url = "2.5.8"