From a895a4e53a81da2264fee9dd3b5eec313794ea0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:29:23 -0600 Subject: [PATCH] build(deps): bump arc-swap from 1.5.1 to 1.6.0 (#5375) Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/vorner/arc-swap/releases) - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: arc-swap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- helix-term/Cargo.toml | 2 +- helix-view/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68d35106b..8dd65615d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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 17541fb85..895a08828 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 35d23258d..46fd5810c 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"