From 8ffac3d7ca4fdc31dbe236a9655c810fdb75543b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:08:57 +0000 Subject: [PATCH] chore(deps): bump rustix from 0.37.1 to 0.37.6 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.1 to 0.37.6. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.1...v0.37.6) --- 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..7e79197 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.6", "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.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4790277f605573dd24b6751701e0823582a63c7cafc095e427e6c66e45dd75e" +checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849" dependencies = [ "bitflags", "errno 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index f4d08d5..f0dc51e 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.6" relative-path = "1.8.0"