Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-event/Cargo.toml')
| -rw-r--r-- | helix-event/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-event/Cargo.toml b/helix-event/Cargo.toml index 87e5019b..ee4038e6 100644 --- a/helix-event/Cargo.toml +++ b/helix-event/Cargo.toml @@ -23,7 +23,7 @@ once_cell = "1.20" anyhow = "1" log = "0.4" -futures-executor = "0.3.28" +futures-executor = "0.3.31" [features] integration_test = [] |