From 383c93914bb13add5b18a8839091f0267217585a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 02:46:39 +0000 Subject: [PATCH] Update rustix requirement from 0.37.1 to 0.38.2 Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.1...v0.38.2) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8eaacc..c4aa68e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ futures-io = { version = "0.3.28", default-features = false, features = ["std"] futures-lite = { version = "1.11.0", default-features = false } parking = "2.0.0" polling = "2.6.0" -rustix = { version = "0.37.1", default-features = false, features = ["std", "fs"] } +rustix = { version = "0.38.2", default-features = false, features = ["std", "fs"] } slab = "0.4.2" socket2 = { version = "0.5.3", features = ["all"] } tracing = { version = "0.1.37", default-features = false }