build(deps): bump rustix from 0.38.4 to 0.38.8 (#7946)

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.4 to 0.38.8.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.4...v0.38.8)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4726/merge
dependabot[bot] 11 months ago committed by GitHub
parent a1c50056bf
commit 2756f70dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

@ -1392,7 +1392,7 @@ dependencies = [
"log",
"once_cell",
"parking_lot",
"rustix 0.38.4",
"rustix 0.38.8",
"serde",
"serde_json",
"slotmap",
@ -1928,9 +1928,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.4"
version = "0.38.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
dependencies = [
"bitflags 2.4.0",
"errno",
@ -2165,7 +2165,7 @@ dependencies = [
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix 0.38.4",
"rustix 0.38.8",
"windows-sys 0.48.0",
]

Loading…
Cancel
Save