Skip to content

Commit 99b0b3a

Browse files
build(deps): bump rustix from 1.0.3 to 1.0.5
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: rustix dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa5a2e8 commit 99b0b3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.3", features = ["process", "fs"] }
44+
rustix = { version = "1.0.5", features = ["process", "fs"] }
4545
serde = { version = "^1.0", features = ["derive"] }
4646
serde_json = "^1.0"
4747
tempfile = "^3.19"

0 commit comments

Comments
 (0)