Skip to content

Commit

Permalink
build(deps): bump rustix from 0.37.20 to 0.38.3
Browse files Browse the repository at this point in the history
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.20 to 0.38.3.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.37.20...v0.38.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 79c5843 commit 6a9ef13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -51,7 +51,7 @@ cap-std-ext = "2.0"
cap-std = { version = "1.0.3", features = ["fs_utf8"] }
containers-image-proxy = "0.5.1"
# Explicitly force on libc
rustix = { version = "0.37", features = ["use-libc"] }
rustix = { version = "0.38", features = ["use-libc"] }
cap-primitives = "1.0.3"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3", features = ["derive"] }
Expand Down

0 comments on commit 6a9ef13

Please sign in to comment.