Skip to content

Commit

Permalink
Update inotify requirement from 0.10.1 to 0.11.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent c35b72f commit df4403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ signal-hook = "0.3"
tempfile = "3"

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

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

0 comments on commit df4403c

Please sign in to comment.