Skip to content

Commit 48eb025

Browse files
committed
bump rustix
1 parent bd86881 commit 48eb025

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
@@ -25,7 +25,7 @@ tracing = { version = "0.1.40", default-features = false, optional = true }
2525
env_home = "0.1.0"
2626

2727
[target.'cfg(any(unix, target_os = "wasi", target_os = "redox"))'.dependencies]
28-
rustix = { version = "0.38.30", default-features = false, features = ["fs", "std"] }
28+
rustix = { version = "1.0.5", default-features = false, features = ["fs", "std"] }
2929

3030
[target.'cfg(windows)'.dependencies]
3131
winsafe = { version = "0.0.19", features = ["kernel"] }

0 commit comments

Comments
 (0)