Skip to content

Commit

Permalink
chore(deps): bump rustix from 0.38.40 to 0.38.41
Browse files Browse the repository at this point in the history
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.40 to 0.38.41.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.40...v0.38.41)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 4c4378f commit 60f65aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ liblzma = { version = "0.3.5", features = ["static"] }
log = "0.4.22"
procfs = { version= "0.17.0" }
regex = "1.11.1"
rustix = { version = "0.38.40", features = ["process", "thread", "mount", "fs", "runtime"] }
rustix = { version = "0.38.41", features = ["process", "thread", "mount", "fs", "runtime"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.8"
Expand Down

0 comments on commit 60f65aa

Please sign in to comment.