Skip to content

Commit b6a0c92

Browse files
authoredMar 24, 2025··
build(deps): bump rustix from 0.38.44 to 1.0.3
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.44 to 1.0.3. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.44...v1.0.3) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be1d836 commit b6a0c92

File tree

2 files changed

+29
-10
lines changed

2 files changed

+29
-10
lines changed
 

‎Cargo.lock

+28-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ openat-ext = ">= 0.2.2, < 0.3.0"
4141
openssl = "^0.10"
4242
os-release = "0.1.0"
4343
regex = "1.11.1"
44-
rustix = { version = "0.38.43", features = ["process", "fs"] }
44+
rustix = { version = "1.0.3", features = ["process", "fs"] }
4545
serde = { version = "^1.0", features = ["derive"] }
4646
serde_json = "^1.0"
4747
tempfile = "^3.17"

0 commit comments

Comments
 (0)
Please sign in to comment.