Update Rust crate tar to 0.4.44
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-07 00:32:52 +00:00
parent dee721b462
commit 4765628283
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.35", features = ["derive", "env"] }
tar = "0.4.38"
tar = "0.4.44"
actix-web = "4.10.2"
actix = "0.13.5"
lazy_static = "1.5.0"