Skip to content

Commit

Permalink
Update inotify requirement from 0.10 to 0.11
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.0...v0.11.0)

---
updated-dependencies:
- dependency-name: inotify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Aug 19, 2024
1 parent dd0b3a4 commit f5fe655
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 @@ -52,7 +52,7 @@ tokio = { version = "1", default-features = false, features = ["rt-multi-thread"
url = "2"

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

Expand Down

0 comments on commit f5fe655

Please sign in to comment.