diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-term/Cargo.toml | 2 | ||||
-rw-r--r-- | helix-view/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -57,9 +57,9 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "arc-swap" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" +checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" [[package]] name = "atoi" diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 17541fb8..895a0882 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -45,7 +45,7 @@ crossterm = { version = "0.25", 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.1" } +arc-swap = { version = "1.6.0" } # Logging fern = "0.6" diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 35d23258..46fd5810 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -27,7 +27,7 @@ helix-vcs = { version = "0.6", path = "../helix-vcs" } once_cell = "1.17" url = "2" -arc-swap = { version = "1.5.1" } +arc-swap = { version = "1.6.0" } tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] } tokio-stream = "0.1" |