From f616775af8e38ad938f42dae0ff585ee7867cbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:05:12 +0000 Subject: [PATCH] chore(deps): bump rustix from 0.37.1 to 0.37.4 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.1 to 0.37.4. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.1...v0.37.4) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91771ac..57a974a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ "pretty_env_logger", "regex", "relative-path", - "rustix 0.37.1", + "rustix 0.37.4", "serde", "serde_derive", "toml", @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.137" +version = "0.2.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" +checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] name = "linux-raw-sys" @@ -371,9 +371,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.1" +version = "0.37.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4790277f605573dd24b6751701e0823582a63c7cafc095e427e6c66e45dd75e" +checksum = "c348b5dc624ecee40108aa2922fed8bad89d7fcc2b9f8cb18f632898ac4a37f9" dependencies = [ "bitflags", "errno 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index 0dcedcf..e3c0ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ fs_extra = "1.3.0" log = "0.4" pretty_env_logger = "0.4" io-lifetimes = "1.0.7" -rustix = "0.37.1" +rustix = "0.37.4" relative-path = "1.8.0"