Skip to content

Commit e8e7849

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update inotify requirement from 0.10.1 to 0.11.0
Updates the requirements on [inotify](https://github.com/hannobraun/inotify) to permit the latest version. - [Changelog](https://github.com/hannobraun/inotify-rs/blob/main/CHANGELOG.md) - [Commits](hannobraun/inotify-rs@v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: inotify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c35b72f commit e8e7849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ signal-hook = "0.3"
5050
tempfile = "3"
5151

5252
[target.'cfg(target_os = "linux")'.dev-dependencies]
53-
inotify = { version = "0.10.1", default-features = false }
53+
inotify = { version = "0.11.0", default-features = false }
5454
timerfd = "1"
5555

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

0 commit comments

Comments
 (0)