build(deps): bump rustix from 0.38.35 to 0.38.36 (#419)

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.35 to 0.38.36.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.35...v0.38.36)

---
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>
This commit is contained in:
dependabot[bot]
2024-09-06 09:53:51 +02:00
committed by GitHub
parent 8c88f68990
commit e7258849cb
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ derive_builder = {workspace = true}
postcard = {workspace = true}
# Problem in CI, unknown reasons: dependency (libc) specified without providing a local path, Git repository, version, or workspace dependency to use
# Maybe something about the combination of features and optional crates?
rustix = { version = "0.38.35", optional = true }
rustix = { version = "0.38.36", optional = true }
libc = { version = "0.2", optional = true }
# Mio broker client