diff --git a/Cargo.lock b/Cargo.lock index b082fab..345d1fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3411,9 +3411,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 52a87e3..5c3d840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ serde_yml = "0.0.12" sha2 = "0.10.9" sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "macros", "migrate", "chrono", "uuid"] } subtle = "2.6.1" -tar = "0.4.44" +tar = "0.4.45" tempfile = "3.26.0" thiserror = "2.0.18" tokio = { version = "1.50.0", features = ["full"] }