build(deps): bump rustix from 0.38.8 to 0.38.11 (#8174)

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

---
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>
main
dependabot[bot] 8 months ago committed by GitHub
parent 61814fea7f
commit 9b397c9e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

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

Loading…
Cancel
Save