From b531380c6346868cbca6c43789db99a7c720fafb Mon Sep 17 00:00:00 2001 From: TennyZhuang Date: Thu, 26 Oct 2023 22:54:01 +0800 Subject: [PATCH] chore(deps): bump rustix 0.37.23 to 0.37.26 reported by dependabot alerts Signed-off-by: TennyZhuang --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e969a94fc134..869b8f6eac485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ "log", "parking", "polling", - "rustix 0.37.23", + "rustix 0.37.26", "slab", "socket2 0.4.9", "waker-fn", @@ -8383,9 +8383,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.23" +version = "0.37.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" +checksum = "84f3f8f960ed3b5a59055428714943298bf3fa2d4a1d53135084e0544829d995" dependencies = [ "bitflags 1.3.2", "errno",