Skip to content

Commit c7f09e3

Browse files
committed
Update dev-dependencies
1 parent eaf1bbc commit c7f09e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ signal-hook = "0.3"
4141
tempfile = "3.1.0"
4242

4343
[target.'cfg(target_os = "linux")'.dev-dependencies]
44-
inotify = { version = "0.9", default-features = false }
45-
nix = "0.21"
44+
inotify = { version = "0.10", default-features = false }
45+
nix = "0.23"
4646
timerfd = "1.1.1"
4747

4848
[target.'cfg(windows)'.dev-dependencies]

0 commit comments

Comments
 (0)