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-view | |
parent | 3f98891e7952a748f814e6741f4375c9b7aa0983 (diff) |
build(deps): bump arc-swap from 1.6.0 to 1.7.0 (#9809)
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index b1b444f9..fc209b00 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -31,7 +31,7 @@ crossterm = { version = "0.27", optional = true } once_cell = "1.19" url = "2.5.0" -arc-swap = { version = "1.6.0" } +arc-swap = { version = "1.7.0" } tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] } tokio-stream = "0.1" |