Skip to content

Commit 759c8ab

Browse files
Update rustix requirement from 0.38 to 1.0
Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.0...v1.0.1) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83857bb commit 759c8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tracing = { version = "0.1.40", default-features = false }
2424

2525
[target.'cfg(unix)'.dependencies]
2626
async-signal = "0.2.3"
27-
rustix = { version = "0.38", default-features = false, features = ["std", "fs"] }
27+
rustix = { version = "1.0", default-features = false, features = ["std", "fs"] }
2828

2929
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
3030
async-channel = "2.0.0"

0 commit comments

Comments
 (0)