Skip to content

Commit 2011672

Browse files
committed
Bump dependencies
1 parent 213b79e commit 2011672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pid1/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ categories = ["command-line-utilities"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
nix = { version = "0.27.1", features = ["process", "signal"] }
16+
nix = { version = "0.29.0", features = ["process", "signal"] }
1717
signal-hook = "0.3.17"
1818
thiserror = "1"
1919

2020
[dev-dependencies]
2121
rand = "0.8.5"
22+
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "time"]}

0 commit comments

Comments
 (0)