Skip to content

Commit 2ea0f10

Browse files
committed
chore: update all deps
1 parent 2bd7fc6 commit 2ea0f10

File tree

2 files changed

+46
-27
lines changed

2 files changed

+46
-27
lines changed

Cargo.lock

+45-26
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
@@ -21,7 +21,7 @@ serde = { version = "1.0.210", features = ["derive"] }
2121
serde_json = "1.0.128"
2222
toml = "0.8.20"
2323
chrono = "0.4.38"
24-
rustix = { version = "0.38.37", features = ["process"] }
24+
rustix = { version = "1", features = ["process", "stdio"] }
2525
colored = { version = "3", optional = true }
2626
image = { version = "0.25.2", optional = true }
2727
libc = "0.2.159"

0 commit comments

Comments
 (0)