diff options
author | dependabot[bot] | 2024-03-06 02:08:07 +0000 |
---|---|---|
committer | GitHub | 2024-03-06 02:08:07 +0000 |
commit | 7d8c86e4039551ebe754d9e3753b9b99e6fa6419 (patch) | |
tree | d19b035757b0fd8ac88f99e1622ef07bcd0cb8d8 /helix-term | |
parent | 3f98891e7952a748f814e6741f4375c9b7aa0983 (diff) |
build(deps): bump arc-swap from 1.6.0 to 1.7.0 (#9809)
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 8c6ae9f4..accde567 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -41,7 +41,7 @@ crossterm = { version = "0.27", 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.6.0" } +arc-swap = { version = "1.7.0" } termini = "1" # Logging |