From f3eae0ba0c8c57e52f643cf737973605d2529a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:05:53 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 1 update Bumps the cargo-dependencies group with 1 update: [rustix](https://github.com/bytecodealliance/rustix). - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.26...v0.38.27) --- 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 c317183ff..f6b293cd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2475,9 +2475,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustix" -version = "0.38.26" +version = "0.38.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" +checksum = "bfeae074e687625746172d639330f1de242a178bf3189b51e35a7a21573513ac" dependencies = [ "bitflags 2.4.0", "errno", diff --git a/Cargo.toml b/Cargo.toml index 16d062315..3aa51c70d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ rayon = "1.8.0" ref-cast = "1.0.20" regex = "1.10.2" rpassword = "7.3.1" -rustix = { version = "0.38.26", features = ["fs"] } +rustix = { version = "0.38.27", features = ["fs"] } scm-record = "0.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.108"