diff --git a/Cargo.lock b/Cargo.lock index 1f0167b0a..32649a74f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5672,11 +5672,13 @@ dependencies = [ [[package]] name = "xattr" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc6ab6ec1907d1a901cdbcd2bd4cb9e7d64ce5c9739cbb97d3c391acd8c7fae" +checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1" dependencies = [ "libc", + "linux-raw-sys 0.4.12", + "rustix 0.38.28", ] [[package]]