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

This commit is contained in:
Renovate Bot 2025-03-31 00:36:25 +00:00
parent 4b7db1f0ab
commit 1d87750787
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -665,7 +665,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -1436,7 +1436,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -1616,7 +1616,7 @@ dependencies = [
"getrandom 0.3.2",
"once_cell",
"rustix",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]

View File

@ -15,4 +15,4 @@ env_logger = "0.11.7"
log = "0.4"
bytes = "1.10.1"
futures-util = { version = "0.3.21", default-features = false, features = ["std"] }
tar = "0.4.38"
tar = "0.4.44"