diff --git a/Cargo.lock b/Cargo.lock index d6f9d8f1..cd452476 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,9 +209,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfg_aliases" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "ciborium" @@ -870,9 +870,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ "bitflags", "cfg-if", diff --git a/backhand-cli/Cargo.toml b/backhand-cli/Cargo.toml index 69854ba7..32bee8aa 100644 --- a/backhand-cli/Cargo.toml +++ b/backhand-cli/Cargo.toml @@ -12,7 +12,7 @@ description = "Binaries for the reading, creating, and modification of SquashFS readme = "../README.md" [dependencies] -nix = { version = "0.28.0", default-features = false, features = ["fs"] } +nix = { version = "0.29.0", default-features = false, features = ["fs"] } clap = { version = "4.5.4", features = ["derive", "wrap_help"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] } libc = "0.2.155" diff --git a/backhand-test/Cargo.toml b/backhand-test/Cargo.toml index 9dc9142d..d73ebf98 100644 --- a/backhand-test/Cargo.toml +++ b/backhand-test/Cargo.toml @@ -15,7 +15,7 @@ tracing = "0.1.40" libdeflater = "1.20.0" env_logger = "0.11.3" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] } -nix = { version = "0.28.0", default-features = false, features = ["fs"] } +nix = { version = "0.29.0", default-features = false, features = ["fs"] } [lib] bench = false