From f64a596c937bbfb2fbd5d5a7e0d6299cf6addc8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 19:44:51 +0000 Subject: [PATCH] chore(deps): bump rustix from 0.37.1 to 0.37.5 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.1 to 0.37.5. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.1...v0.37.5) --- 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 4857360..3425e94 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.5", "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.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4790277f605573dd24b6751701e0823582a63c7cafc095e427e6c66e45dd75e" +checksum = "0e78cc525325c06b4a7ff02db283472f3c042b7ff0c391f96c6d5ac6f4f91b75" dependencies = [ "bitflags", "errno 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index f4d08d5..a8db977 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.9" -rustix = "0.37.1" +rustix = "0.37.5" relative-path = "1.8.0"