diff --git a/Cargo.lock b/Cargo.lock index b15b47adb..114c374ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1562,9 +1562,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.19" +version = "0.37.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" +checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" dependencies = [ "bitflags", "errno", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4706e117e..bc20f221c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -49,7 +49,7 @@ whoami = "1.4.0" zstd = "0.12.3" [target.'cfg(unix)'.dependencies] -rustix = { version = "0.37.19", features = ["fs"] } +rustix = { version = "0.37.20", features = ["fs"] } [dev-dependencies] assert_matches = "1.5.0"