From 813a6b7d40c215c908a3f762034cb30d010b8298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:26:26 +0000 Subject: [PATCH] cargo: bump rustix in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [rustix](https://github.com/bytecodealliance/rustix). Updates `rustix` from 0.38.40 to 0.38.41 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.40...v0.38.41) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76928274fd..dccad0fe4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2734,9 +2734,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustix" -version = "0.38.40" +version = "0.38.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" +checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" dependencies = [ "bitflags", "errno", diff --git a/Cargo.toml b/Cargo.toml index 9bd323fc94..6d13e768d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ rayon = "1.10.0" ref-cast = "1.0.23" regex = "1.11.1" rpassword = "7.3.1" -rustix = { version = "0.38.40", features = ["fs"] } +rustix = { version = "0.38.41", features = ["fs"] } same-file = "1.0.6" sapling-renderdag = "0.1.0" scm-record = "0.4.0"