Skip to content

Commit

Permalink
Update event-listener major version to avoid dupes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJokr committed Mar 20, 2024
1 parent 492ff29 commit d8e0160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ strum = { version = "0.26.0", features = ["derive", "phf"] }
replace_with = "0.1.7"
smallvec = { version = "1.6.0", features = ["union", "const_generics", "write"] }
compact_str = "0.7.0"
async-lock = { version = "3.0.0", optional = true }
event-listener = { version = "3.0.0", optional = true }
async-lock = { version = "3.1.2", optional = true }
event-listener = { version = "4.0.0", optional = true }

[dev-dependencies]
fastrand = "2.0.0"
Expand Down

0 comments on commit d8e0160

Please sign in to comment.