1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump event-listener from 5.2.0 to 5.3.0

Bumps [event-listener](https://github.com/smol-rs/event-listener) from 5.2.0 to 5.3.0.
- [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/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: event-listener
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-09 19:16:29 +00:00
committed by Quentin Gliech
parent a7f40378ab
commit 325226be41
3 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ workspace = true
[dependencies]
bytes = "1.6.0"
event-listener = "5.2.0"
event-listener = "5.3.0"
futures-util = "0.3.30"
http-body.workspace = true
hyper = { workspace = true, features = ["server"] }