diff options
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index d3e6b860..6724cabc 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -42,7 +42,7 @@ crossterm = { version = "0.24", features = ["event-stream"] } signal-hook = "0.3" tokio-stream = "0.1" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } -arc-swap = { version = "1.5.0" } +arc-swap = { version = "1.5.1" } # Logging fern = "0.6" |