From 9f96dae473cde9983ca475c3533d8f637e7b14d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:11:14 +0000 Subject: [PATCH] chore(deps): bump rustix from 0.37.1 to 0.37.2 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.1 to 0.37.2. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.1...v0.37.2) --- 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..44ea6d9 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.2", "serde", "serde_derive", "toml", @@ -371,9 +371,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.1" +version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4790277f605573dd24b6751701e0823582a63c7cafc095e427e6c66e45dd75e" +checksum = "4c15a5df2a134dbbdc6270495e30c8b05dd6211478d0a6d427d4d7c16e3d7980" dependencies = [ "bitflags", "errno 0.3.0", diff --git a/Cargo.toml b/Cargo.toml index 0dcedcf..728a526 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.2" relative-path = "1.8.0"