1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-01 20:26:56 +03:00

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-01 08:26:18 +00:00
committed by Quentin Gliech
parent 398ffe65e5
commit 5339b19f38
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.3.0"
event-listener = "5.3.1"
futures-util = "0.3.30"
http-body.workspace = true
hyper = { workspace = true, features = ["server"] }