Skip to content

Commit

Permalink
Bump rustix from 0.38.20 to 0.38.25
Browse files Browse the repository at this point in the history
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.20 to 0.38.25.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.20...v0.38.25)

---
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 Nov 20, 2023
1 parent 3cf30da commit a38396e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -18,7 +18,7 @@ tracing = { version = "0.1.37", default-features = false, optional = true }
tracing-attributes = { version = "0.1.26", optional = true }

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.rustix]
version = "0.38.20"
version = "0.38.25"
default-features = false
features = ["fs", "std"]

Expand Down

0 comments on commit a38396e

Please sign in to comment.