1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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"] }

View File

@@ -18,7 +18,7 @@ apalis-cron = "0.4.9"
async-stream = "0.3.5"
async-trait.workspace = true
chrono.workspace = true
event-listener = "5.2.0"
event-listener = "5.3.0"
futures-lite = "2.3.0"
rand.workspace = true
rand_chacha = "0.3.1"