Skip to content

Commit

Permalink
Bump rustix from 0.38.43 to 0.38.44
Browse files Browse the repository at this point in the history
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.43 to 0.38.44.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.43...v0.38.44)

---
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 Jan 23, 2025
1 parent cce3c8c commit b4a7479
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libc = ["dep:rustix"]
std = []

[dependencies]
rustix = { version = "0.38.43", default-features = false, features = [
rustix = { version = "0.38.44", default-features = false, features = [
"stdio",
], optional = true }
stak-vm = { version = "0.7.22", path = "../vm" }
Expand Down
2 changes: 1 addition & 1 deletion file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ std = []

[dependencies]
heapless = { version = "0.8.0", default-features = false }
rustix = { version = "0.38.43", default-features = false, features = [
rustix = { version = "0.38.44", default-features = false, features = [
"fs",
], optional = true }
stak-vm = { version = "0.7.22", path = "../vm" }
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libc = ["dep:rustix"]
std = []

[dependencies]
rustix = { version = "0.38.43", default-features = false, features = [
rustix = { version = "0.38.44", default-features = false, features = [
"time",
], optional = true }
stak-vm = { version = "0.7.22", path = "../vm" }
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true

[dependencies]
libc = { version = "0.2.169", default-features = false }
rustix = { version = "0.38.43", default-features = false, features = [
rustix = { version = "0.38.44", default-features = false, features = [
"fs",
"mm",
] }
Expand Down

0 comments on commit b4a7479

Please sign in to comment.