aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2024-03-06 02:08:07 +0000
committerGitHub2024-03-06 02:08:07 +0000
commit7d8c86e4039551ebe754d9e3753b9b99e6fa6419 (patch)
treed19b035757b0fd8ac88f99e1622ef07bcd0cb8d8
parent3f98891e7952a748f814e6741f4375c9b7aa0983 (diff)
build(deps): bump arc-swap from 1.6.0 to 1.7.0 (#9809)
-rw-r--r--Cargo.lock4
-rw-r--r--helix-term/Cargo.toml2
-rw-r--r--helix-vcs/Cargo.toml2
-rw-r--r--helix-view/Cargo.toml2
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 08fa4789..43213764 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,9 +68,9 @@ checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
[[package]]
name = "arc-swap"
-version = "1.6.0"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
+checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f"
[[package]]
name = "autocfg"
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
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index 32aca4f0..874b92d0 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -17,7 +17,7 @@ helix-event = { path = "../helix-event" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
parking_lot = "0.12"
-arc-swap = { version = "1.6.0" }
+arc-swap = { version = "1.7.0" }
gix = { version = "0.58.0", features = ["attributes"], default-features = false, optional = true }
imara-diff = "0.1.5"
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"