From 5d39e5617f1651bfa5d2f4463d26ff6c613f7792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 10:07:01 +0000 Subject: [PATCH] chore(deps): bump rustix from 0.37.1 to 0.37.3 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.1 to 0.37.3. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.1...v0.37.3) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91771ac..4faa6bc 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.3", "serde", "serde_derive", "toml", @@ -371,9 +371,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.1" +version = "0.37.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4790277f605573dd24b6751701e0823582a63c7cafc095e427e6c66e45dd75e" +checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" dependencies = [ "bitflags", "errno 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index 0dcedcf..3f7aa52 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.3" relative-path = "1.8.0"