Update event-listener requirement from 4.0.0 to 5.0.0

Updates the requirements on [event-listener](https://github.com/smol-rs/event-listener) to permit the latest version.
- [Release notes](https://github.com/smol-rs/event-listener/releases)
- [Changelog](https://github.com/smol-rs/event-listener/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/event-listener/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: event-listener
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-12 01:33:19 +00:00 committed by GitHub
parent d23ab0b6a3
commit 65e1f86c42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ exclude = ["/.*"]
[dependencies]
async-lock = "3.0.0"
cfg-if = "1.0"
event-listener = "4.0.0"
event-listener = "5.0.0"
futures-lite = "2.0.0"
[target.'cfg(unix)'.dependencies]