chore(deps): bump rustix from 0.37.24 to 0.37.26

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.24 to 0.37.26.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.24...v0.37.26)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-26 16:10:29 +00:00
committed by Henrik Friedrichsen
parent e0d1d267b3
commit c61f0c6508

8
Cargo.lock generated
View File

@@ -227,7 +227,7 @@ dependencies = [
"log",
"parking",
"polling",
"rustix 0.37.24",
"rustix 0.37.26",
"slab",
"socket2 0.4.9",
"waker-fn",
@@ -255,7 +255,7 @@ dependencies = [
"cfg-if",
"event-listener",
"futures-lite",
"rustix 0.37.24",
"rustix 0.37.26",
"signal-hook",
"windows-sys",
]
@@ -2994,9 +2994,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.37.24"
version = "0.37.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"
checksum = "84f3f8f960ed3b5a59055428714943298bf3fa2d4a1d53135084e0544829d995"
dependencies = [
"bitflags 1.3.2",
"errno",