Skip to content

Commit

Permalink
chore(deps): bump event-listener from 2.5.3 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [event-listener](https://github.com/smol-rs/event-listener) from 2.5.3 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](smol-rs/event-listener@v2.5.3...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent d77d55f commit a518f8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curp-test-utils = { path = "../curp-test-utils" }
dashmap = "5.5.0"
derive_builder = "0.20.0"
engine = { path = "../engine" }
event-listener = "2.5.2"
event-listener = "5.3.0"
flume = "0.11.0"
fs2 = "0.4.3"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ curp = { path = "../curp", version = "0.1.0", features = ["client-metrics"] }
curp-external-api = { path = "../curp-external-api" }
dashmap = "5.5.3"
engine = { path = "../engine" }
event-listener = "2.5.2"
event-listener = "5.3.0"
futures = "0.3.25"
hyper = "0.14.27"
itertools = "0.11"
Expand Down

0 comments on commit a518f8f

Please sign in to comment.